1.20.x 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

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

Code

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