function filter_modules_disabled

filter_modules_disabled($modules)

Implements hook_modules_disabled().

File

modules/filter/filter.module, line 399
Framework for handling the filtering of content.

Code

function filter_modules_disabled($modules) {
  // Reset the static cache of module-provided filters, in case any of the
  // newly disabled modules defined or altered any filters.
  drupal_static_reset('filter_get_filters');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!filter!filter.module/function/filter_modules_disabled/7.x