You are here

function hook_filter_default_formats_alter in Features 7.2

Same name and namespace in other branches
  1. 6 features.api.php \hook_filter_default_formats_alter()
  2. 7 features.api.php \hook_filter_default_formats_alter()

Alter default filter formats right before they are cached into the database.

Parameters

array[] &$formats: By reference. The formats that have been declared by another feature.

Related topics

File

./features.api.php, line 528
Hooks provided by the features module.

Code

function hook_filter_default_formats_alter(&$formats) {
}