You are here

public function PowerMenuHandlerInterface::configurationForm in Power Menu 7.2

Display a form for configuring this handler.

Return value

array A form array for configuring this handler, or FALSE if no configuration is necessary.

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

File

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

Class

PowerMenuHandlerInterface
Interface representing a power menu handler.

Code

public function configurationForm();