function hook_filter_format_disable
Same name in other branches
- 9 core/modules/filter/filter.api.php \hook_filter_format_disable()
- 8.9.x core/modules/filter/filter.api.php \hook_filter_format_disable()
- 10 core/modules/filter/filter.api.php \hook_filter_format_disable()
- 11.x core/modules/filter/filter.api.php \hook_filter_format_disable()
Perform actions when a text format has been disabled.
Parameters
$format: The format object of the format being disabled.
See also
Related topics
2 functions implement hook_filter_format_disable()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- filter_test_filter_format_disable in modules/
simpletest/ tests/ filter_test.module - Implements hook_filter_format_disable().
- text_filter_format_disable in modules/
field/ modules/ text/ text.module - Implements hook_filter_format_disable().
1 invocation of hook_filter_format_disable()
- filter_format_disable in modules/
filter/ filter.module - Disables a text format.
File
-
modules/
filter/ filter.api.php, line 317
Code
function hook_filter_format_disable($format) {
mymodule_cache_rebuild();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.