| 7 filter.api.php | hook_filter_format_disable($format) |
| 8 filter.api.php | hook_filter_format_disable($format) |
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()
1 invocation of hook_filter_format_disable()
File
- modules/
filter/ filter.api.php, line 317 - Hooks provided by the Filter module.
Code
function hook_filter_format_disable($format) {
mymodule_cache_rebuild();
}
Login or register to post comments