1 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

hook_filter_format_insert()

hook_filter_format_update()

Related topics

File

core/modules/filter/filter.api.php, line 625
Hooks provided by the Filter module.

Code

function hook_filter_format_disable($format) {
  my_module_cache_rebuild();
}