function hook_uuid_entities_features_export_field_alter in Universally Unique IDentifier 7
Let other modules alter fields on entities that are about to be exported.
1 function implements hook_uuid_entities_features_export_field_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- file_uuid_entities_features_export_field_alter in ./
uuid.core.inc - Implements hook_uuid_entities_features_export_alter().
File
- ./
uuid.api.php, line 125 - Hooks provided by the UUID module.
Code
function hook_uuid_entities_features_export_field_alter($entity_type, &$entity, $field, $instance, $langcode, &$items) {
}