function filter_modules_disabled

Implements hook_modules_disabled().

File

modules/filter/filter.module, line 399

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');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.