You are here

public function PanelizerEntityDefault::hook_form_alter in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityDefault::hook_form_alter()

Overrides PanelizerEntityInterface::hook_form_alter

3 methods override PanelizerEntityDefault::hook_form_alter()
PanelizerEntityNode::hook_form_alter in plugins/entity/PanelizerEntityNode.class.php
Implements a delegated hook_form_alter.
PanelizerEntityTaxonomyTerm::hook_form_alter in plugins/entity/PanelizerEntityTaxonomyTerm.class.php
Implements a delegated hook_form_alter.
PanelizerEntityUser::hook_form_alter in plugins/entity/PanelizerEntityUser.class.php
Implements a delegated hook_form_alter.

File

plugins/entity/PanelizerEntityDefault.class.php, line 638
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityDefault
Base class for the Panelizer Entity plugin.

Code

public function hook_form_alter(&$form, &$form_state, $form_id) {
}