1 filter.module filter_modules_disabled($modules)

Implements hook_modules_disabled().

File

core/modules/filter/filter.module, line 740
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.
  backdrop_static_reset('filter_get_filters');
}