You are here

function hook_eck_entity_type_insert in Entity Construction Kit (ECK) 7.2

Same name and namespace in other branches
  1. 7.3 eck.api.php \hook_eck_entity_type_insert()

Respond to the creation of a new ECK entity type.

Parameters

EntityType $entity_type: The entity type is being created.

1 function implements hook_eck_entity_type_insert()

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

eck_entitycache_eck_entity_type_insert in modules/eck_entitycache/eck_entitycache.module
Implements hook_eck_entity_type_insert().
1 invocation of hook_eck_entity_type_insert()
EntityType::save in ./eck.classes.inc
Save.

File

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

Code

function hook_eck_entity_type_insert(EntityType $entity_type) {
}