1 filter.module | filter_modules_enabled($modules) |
Implements hook_modules_enabled().
File
- core/
modules/ filter/ filter.module, line 732 - Framework for handling the filtering of content.
Code
function filter_modules_enabled($modules) {
// Reset the static cache of module-provided filters, in case any of the
// newly enabled modules defines a new filter or alters existing ones.
backdrop_static_reset('filter_get_filters');
}