public function PanelizerEntityInterface::hook_entity_update in Panelizer 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::hook_entity_update()
1 method overrides PanelizerEntityInterface::hook_entity_update()
- PanelizerEntityDefault::hook_entity_update in plugins/
entity/ PanelizerEntityDefault.class.php
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 27 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function hook_entity_update($entity);