You are here

public function PowerMenuHandlerInterface::configurationFormValidate in Power Menu 7.2

Validation callback for the form returned by configurationForm().

Parameters

array &$elements: An associative array containing the structure of the form.

array &$form_state: A keyed array containing the current state of the form.

array $form_id: A unique string identifying the form.

3 methods override PowerMenuHandlerInterface::configurationFormValidate()
PowerMenuNodeHandler::configurationFormValidate in plugins/menu_handlers/PowerMenuNodeHandler.class.php
PowerMenuPathHandler::configurationFormValidate in plugins/menu_handlers/PowerMenuPathHandler.class.php
PowerMenuTaxonomyHandler::configurationFormValidate in plugins/menu_handlers/PowerMenuTaxonomyHandler.class.php

File

plugins/menu_handlers/PowerMenuHandler.interface.php, line 27

Class

PowerMenuHandlerInterface
Interface representing a power menu handler.

Code

public function configurationFormValidate(array &$elements, array &$form_state, $form_id = NULL);