abstract public function menu_token_handler::form_options in Menu Token 7
You can provide options for your menu token handler via this function. The return value will be appended to the form as soon as the administrator chooses your plugin.
4 methods override menu_token_handler::form_options()
- menu_token_entity_context::form_options in plugins/
menu_token_entity_context.inc - You can provide options for your menu token handler via this function. The return value will be appended to the form as soon as the administrator chooses your plugin.
- menu_token_entity_random::form_options in plugins/
menu_token_entity_random.inc - You can provide options for your menu token handler via this function. The return value will be appended to the form as soon as the administrator chooses your plugin.
- menu_token_entity_user_defined::form_options in plugins/
menu_token_entity_user_defined.inc - You can provide options for your menu token handler via this function. The return value will be appended to the form as soon as the administrator chooses your plugin.
- menu_token_panel_context::form_options in plugins/
menu_token_panel_context.inc - You can provide options for your menu token handler via this function. The return value will be appended to the form as soon as the administrator chooses your plugin.
File
- handlers/
menu_token_handler.inc, line 12
Class
- menu_token_handler
- The menu token handler class should be extended by all menu token plugins.
Code
public abstract function form_options($options);