function hook_field_default_field_instances_alter in Features 7.2
Alter the field instances right before they are cached into the database.
Parameters
array[] &$fields: Format: $["$entity_type-$bundle-$field_name"] = $field_instance Field instance definitions from another feature.
Related topics
File
- ./
features.api.php, line 507 - Hooks provided by the features module.
Code
function hook_field_default_field_instances_alter(&$fields) {
}