You are here

function hook_eck_entity_type_update in Entity Construction Kit (ECK) 7.3

Same name and namespace in other branches
  1. 7.2 eck.api.php \hook_eck_entity_type_update()

Respond to the updating of a new ECK entity type.

Parameters

EntityType $entity_type: The entity type is being update.

1 invocation of hook_eck_entity_type_update()
EntityType::save in ./eck.classes.inc
Save.

File

./eck.api.php, line 24
ECK's API documentation.

Code

function hook_eck_entity_type_update(EntityType $entity_type) {
}