You are here

function menu_token_get_plugins in Menu Token 7

Retrieves a list of all available menu token plugins.

Return value

An array containing all available plugins.

1 call to menu_token_get_plugins()
menu_token_form_menu_edit_item_alter in ./menu_token.module
Implementation of hook_form_FORM_ID_alter().

File

./menu_token.module, line 332
Main module file for the Menu Token module.

Code

function menu_token_get_plugins() {
  return _menu_token_plugin_info()->plugins;
}