You are here

function hook_uuid_entities_features_export_entity_alter in Universally Unique IDentifier 7

Let other modules alter entities that are about to be exported.

3 functions implement hook_uuid_entities_features_export_entity_alter()

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

book_uuid_entities_features_export_entity_alter in ./uuid.core.inc
Implements hook_entity_uuid_load().
node_uuid_entities_features_export_entity_alter in ./uuid.core.inc
Implements hook_uuid_entities_features_export_entity_alter().
user_uuid_entities_features_export_entity_alter in ./uuid.core.inc
Implements hook_uuid_entities_features_export_entity_alter().
1 invocation of hook_uuid_entities_features_export_entity_alter()
uuid_entities_features_export_render in ./uuid.features.inc
Implements [component]_features_export_render().

File

./uuid.api.php, line 118
Hooks provided by the UUID module.

Code

function hook_uuid_entities_features_export_entity_alter(&$entity, $entity_type) {
}