You are here

function hook_uuid_entity_features_export_render_alter in UUID Features Integration 7

Allows to modify the export object of an entity.

Parameters

string $entity_type: The entity type to export.

object $export: The for the export modified entity.

object $entity: The original entity.

string $module: The module to export for.

14 functions implement hook_uuid_entity_features_export_render_alter()

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

commerce_product_reference_uuid_entity_features_export_render_alter in includes/modules/commerce_product_reference.inc
Implements hook_uuid_entity_features_export_render_alter().
drafty_uuid_entity_features_export_render_alter in includes/modules/drafty.inc
Implements hook_uuid_entity_features_export_render_alter().
entityreference_uuid_entity_features_export_render_alter in includes/modules/entityreference.inc
Implements hook_uuid_entity_features_export_render_alter().
entity_translation_uuid_entity_features_export_render_alter in includes/modules/entity_translation.inc
Implements hook_uuid_entity_features_export_render_alter().
field_collection_uuid_entity_features_export_render_alter in includes/modules/field_collection.inc
Implements hook_uuid_entity_features_export_render_alter().

... See full list

10 invocations of hook_uuid_entity_features_export_render_alter()
file_entity_uuid_entity_features_export_render_alter in includes/modules/file_entity.inc
Implements hook_uuid_entity_features_export_render_alter().
uuid_bean_features_export_render in includes/uuid_bean.features.inc
Implements hook_features_export_render().
uuid_commerce_product_features_export_render in includes/uuid_commerce_product.features.inc
Implements hook_features_export_render().
uuid_field_collection_features_export_render in includes/uuid_field_collection.features.inc
Implements hook_features_export_render().
uuid_file_entity_features_export_render in includes/uuid_file_entity.features.inc
Implements hook_features_export_render().

... See full list

File

./uuid_features.api.php, line 38
Hooks provided by the UUID Features module.

Code

function hook_uuid_entity_features_export_render_alter($entity_type, $export, $entity, $module) {
}