You are here

function hook_filter_default_formats_alter in Features 7

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

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

Parameters

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

Related topics

File

./features.api.php, line 320

Code

function hook_filter_default_formats_alter(&$formats) {
}