You are here

function hook_cer_fields_alter in Corresponding Entity References 7.3

Alter the information gathered by hook_cer_fields().

2 functions implement hook_cer_fields_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

cer_cer_fields_alter in ./cer.cer.inc
Implmements hook_cer_fields_alter().
cer_profile2_cer_fields_alter in extensions/cer_profile2/cer_profile2.cer.inc
Implements hook_cer_fields_alter().
1 invocation of hook_cer_fields_alter()
CerField::getPluginInfo in includes/CerField.inc
Returns information about a particular field plugin by its identifier, or all available plugins (i.e., defined by hook_cer_fields()) if no identifier is given. The aggregated result of hook_cer_fields() is statically cached.

File

./cer.api.php, line 60

Code

function hook_cer_fields_alter(array &$fields) {

  // Do clever things here.
}