public function PanelizerEntityDefault::add_bundle_setting_form_validate in Panelizer 7.3
Validate callback for the bundle edit form.
1 call to PanelizerEntityDefault::add_bundle_setting_form_validate()
- PanelizerEntityNode::add_bundle_setting_form_validate in plugins/
entity/ PanelizerEntityNode.class.php - Validate callback for the bundle edit form.
1 method overrides PanelizerEntityDefault::add_bundle_setting_form_validate()
- PanelizerEntityNode::add_bundle_setting_form_validate in plugins/
entity/ PanelizerEntityNode.class.php - Validate callback for the bundle edit form.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 1195 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityDefault
- Base class for the Panelizer Entity plugin.
Code
public function add_bundle_setting_form_validate($form, &$form_state, $bundle, $type_location) {
}