You are here

function hook_ENTITY_TYPE_defaults_rebuild in Entity API 7

Act after default entities have been rebuilt.

This hook is invoked after default entities have been fully saved to the database, but with the lock still active.

Parameters

array $entities: An array of the entities that have been saved, keyed by name.

array $originals: An array of the original copies of the entities that have been saved, keyed by name.

See also

_entity_defaults_rebuild()

File

./entity.api.php, line 479
Hooks provided by the entity API.

Code

function hook_ENTITY_TYPE_defaults_rebuild($entities, $originals) {
}