public function PanelizerEntityDefault::hook_entity_delete in Panelizer 7.2
Same name and namespace in other branches
- 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityDefault::hook_entity_delete()
Overrides PanelizerEntityInterface::hook_entity_delete
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 853 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityDefault
- Base class for the Panelizer Entity plugin.
Code
public function hook_entity_delete($entity) {
$this
->delete_entity_panelizer($entity);
}