You are here

function hook_eck_entity_type_delete in Entity Construction Kit (ECK) 7.2

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

Respond to the deletion of a new ECK entity type.

Parameters

EntityType $entity_type: The entity type is being deleted.

1 function implements hook_eck_entity_type_delete()

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_delete in modules/eck_entitycache/eck_entitycache.module
Implements hook_eck_entity_type_delete().
1 invocation of hook_eck_entity_type_delete()
EntityType::delete in ./eck.classes.inc
Delete.

File

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

Code

function hook_eck_entity_type_delete(EntityType $entity_type) {
}