You are here

function hook_field_default_field_bases_alter in Features 7.2

Alter the base fields right before they are cached into the database.

Parameters

array[] &$fields: Field base definitions from another feature, by field name.

Related topics

File

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

Code

function hook_field_default_field_bases_alter(&$fields) {
}