function hook_menu_editor_placeholders in Menu Editor 7
Return value
string[]
1 function implements hook_menu_editor_placeholders()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- me_node_creation_menu_editor_placeholders in me_node_creation/
me_node_creation.module
2 invocations of hook_menu_editor_placeholders()
- menu_editor_get_placeholders in ./
menu_editor.module - _me_path_autocomplete_get_matches_for_placeholders in me_path_autocomplete/
me_path_autocomplete.module
File
- ./
menu_editor.api.php, line 6
Code
function hook_menu_editor_placeholders() {
return array(
'<new>' => 'mlid/@mlid/under-construction',
);
}