You are here

function hook_field_default_fields_alter in Features 7.2

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

Deprecated as of 7.x-2.0.

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

Parameters

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

Related topics

File

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

Code

function hook_field_default_fields_alter(&$fields) {
}