You are here

function ds_extras_entity_delete in Display Suite 7

Implements hook_entity_delete().

File

modules/ds_extras/ds_extras.module, line 1076
Display Suite extras main functions.

Code

function ds_extras_entity_delete($entity, $type) {
  _ds_extras_cache_clear($entity, $type);
}