function tripal_chado_entity_delete
3.x tripal_chado.entity.inc | tripal_chado_entity_delete($entity, $type) |
Implements hook_entity_delete().
File
- tripal_chado/
includes/ tripal_chado.entity.inc, line 130
Code
function tripal_chado_entity_delete($entity, $type) {
if ($type == 'TripalEntity') {
}
}