public function PowerMenuPathHandler::menuFormAlter in Power Menu 7.2
Overrides PowerMenuHandlerInterface::menuFormAlter
See also
PowerMenuHandlerInterface::menuFormAlter()
File
- plugins/
menu_handlers/ PowerMenuPathHandler.class.php, line 126
Class
- PowerMenuPathHandler
- Implementation of the interface PowerMenuHandlerInterface.
Code
public function menuFormAlter(&$menu_item_form, &$form_state) {
return FALSE;
}