You are here

public function PanelizerEntityInterface::settings_form_validate in Panelizer 7.2

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

Validate entity specific settings on the Panelizer settings form.

1 method overrides PanelizerEntityInterface::settings_form_validate()
PanelizerEntityDefault::settings_form_validate in plugins/entity/PanelizerEntityDefault.class.php
Validate entity specific settings on the Panelizer settings form.

File

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

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function settings_form_validate(&$form, &$form_state);