You are here

function hook_es_import_local_entities in Entity Share 7

Alter the entity to import with local ids.

Parameters

object $entity: The entity to import.

array $context: The context of execution.

  • "entity_info": the entity metadata infos.
  • "entity_id_info": The local entity ids infos.

File

./entity_share.api.php, line 55
Hooks provided by the Entity Share module.

Code

function hook_es_import_local_entities(&$entity, array $context) {
}