function hook_entity_translation_delete_revision in Entity Translation 7
Allows modules to act when a revision translation is deleted.
Parameters
$entity_type: The entity type.
$entity: The entity.
$langcode: The langcode of the revision translation which was deleted.
File
- ./
entity_translation.api.php, line 165 - API documentation for the Entity translation module.
Code
function hook_entity_translation_delete_revision($entity_type, $entity, $langcode) {
}