abstract public function menu_token_handler::object_load in Menu Token 7
This function is used to load the relevant token replacement object.
4 methods override menu_token_handler::object_load()
- menu_token_entity_context::object_load in plugins/
menu_token_entity_context.inc - This function is used to load the relevant token replacement object.
- menu_token_entity_random::object_load in plugins/
menu_token_entity_random.inc - This function is used to load the relevant token replacement object.
- menu_token_entity_user_defined::object_load in plugins/
menu_token_entity_user_defined.inc - This function is used to load the relevant token replacement object.
- menu_token_panel_context::object_load in plugins/
menu_token_panel_context.inc - This function is used to load the relevant token replacement object.
File
- handlers/
menu_token_handler.inc, line 61
Class
- menu_token_handler
- The menu token handler class should be extended by all menu token plugins.
Code
public abstract function object_load($options);