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