You are here

abstract public function menu_token_handler::form_alter in Menu Token 7

You can alter the menu item administration form with this function.

4 methods override menu_token_handler::form_alter()
menu_token_entity_context::form_alter in plugins/menu_token_entity_context.inc
You can alter the menu item administration form with this function.
menu_token_entity_random::form_alter in plugins/menu_token_entity_random.inc
You can alter the menu item administration form with this function.
menu_token_entity_user_defined::form_alter in plugins/menu_token_entity_user_defined.inc
You can alter the menu item administration form with this function.
menu_token_panel_context::form_alter in plugins/menu_token_panel_context.inc
You can alter the menu item administration form with this function.

File

handlers/menu_token_handler.inc, line 56

Class

menu_token_handler
The menu token handler class should be extended by all menu token plugins.

Code

public abstract function form_alter(&$form, &$form_state);