You are here

function hook_field_default_fields_alter in Features 7

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

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

Parameters

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

Related topics

File

./features.api.php, line 299

Code

function hook_field_default_fields_alter(&$fields) {
}