1.20.x filter.api.php hook_filter_format_insert($format)

Perform actions when a new text format has been created.

Parameters

$format: The format object of the format being updated.

See also

hook_filter_format_update()

hook_filter_format_disable()

Related topics

File

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

Code

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