You are here

public function PowerMenuHandlerInterface::menuFormValidate in Power Menu 7.2

Validation callback for the form returned by form menu_edit_item.

Parameters

array &$form: 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::menuFormValidate()
PowerMenuNodeHandler::menuFormValidate in plugins/menu_handlers/PowerMenuNodeHandler.class.php
PowerMenuPathHandler::menuFormValidate in plugins/menu_handlers/PowerMenuPathHandler.class.php
PowerMenuTaxonomyHandler::menuFormValidate in plugins/menu_handlers/PowerMenuTaxonomyHandler.class.php

File

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

Class

PowerMenuHandlerInterface
Interface representing a power menu handler.

Code

public function menuFormValidate(array &$form, array &$form_state, $form_id = NULL);