taxonomy_menu_create_path |
./taxonomy_menu.module |
Create the path for the vid/tid combination. |
1 |
|
taxonomy_menu_form_alter |
./taxonomy_menu.module |
Implementation of hook_form_alter(). |
|
|
taxonomy_menu_handler |
./taxonomy_menu.module |
HANDLING |
5 |
|
taxonomy_menu_hierarchy_path_hierarchy |
taxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module |
Callback for hook_taxonomy_menu_path |
|
|
taxonomy_menu_hierarchy_taxonomy_menu_options |
taxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module |
Implementation of hook_taxonomy_menu_options(). |
|
|
taxonomy_menu_hierarchy_taxonomy_menu_path |
taxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module |
Implementation of hook_taxonomy_menu_path. |
|
|
taxonomy_menu_install |
./taxonomy_menu.install |
Implementation of hook_install(). |
|
|
taxonomy_menu_nodeapi |
./taxonomy_menu.module |
Implementation of hook_nodeapi(). |
|
|
taxonomy_menu_path_custom_path |
taxonomy_menu_path_custom/taxonomy_menu_path_custom.module |
Callback for taxonomy_menu_path |
|
|
taxonomy_menu_path_custom_taxonomy_menu_options |
taxonomy_menu_path_custom/taxonomy_menu_path_custom.module |
@file
Implementation of hook_taxonomy_menu_options(). |
|
|
taxonomy_menu_path_custom_taxonomy_menu_path |
taxonomy_menu_path_custom/taxonomy_menu_path_custom.module |
Implementation of hook_taxonomy_menu_path(). |
|
|
taxonomy_menu_path_default |
./taxonomy_menu.module |
Callback for hook_taxonomy_menu_path |
|
1 |
taxonomy_menu_schema |
./taxonomy_menu.install |
Implementation of hook_schema(). |
|
|
taxonomy_menu_taxonomy |
./taxonomy_menu.module |
Implementation of hook_taxonomy(). |
|
|
taxonomy_menu_taxonomy_menu_delete |
./taxonomy_menu.module |
hook_taxonomy_menu_delete |
1 |
|
taxonomy_menu_taxonomy_menu_insert |
./taxonomy_menu.module |
Implementation of hook_taxonomy_menu_insert(). |
|
|
taxonomy_menu_taxonomy_menu_options |
./taxonomy_menu.module |
Implementation of hook_taxonomy_menu_options(). |
|
|
taxonomy_menu_taxonomy_menu_path |
./taxonomy_menu.module |
hook_taxonomy_menu_path. Invoked from _taxonomy_menu_get_paths. |
|
|
taxonomy_menu_taxonomy_menu_update |
./taxonomy_menu.module |
Implementation of hook_taxonomy_menu_update(). |
|
|
taxonomy_menu_translated_menu_link_alter |
./taxonomy_menu.module |
Implementation of hook_translated_menu_link_alter(). |
|
|
taxonomy_menu_uninstall |
./taxonomy_menu.install |
Implementation of hook_uninstall(). |
|
|
taxonomy_menu_update_6200 |
./taxonomy_menu.install |
|
|
|
taxonomy_menu_vocabulary_path_path_vocab_view |
taxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.module |
Callback for hook_taxonomy_menu_path |
|
|
taxonomy_menu_vocabulary_path_taxonomy_menu_options |
taxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.module |
Implementation of hook_taxonomy_menu_options() |
|
|
taxonomy_menu_vocabulary_path_taxonomy_menu_path |
taxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.module |
Implementation of hook_taxonomy_menu_path. |
|
|
taxonomy_menu_vocab_submit |
./taxonomy_menu.module |
Submit handler for the extra settings added to the taxonomy vocab form. |
|
1 |
_taxonomy_menu_batch_init_context |
./taxonomy_menu.batch.inc |
|
1 |
|
_taxonomy_menu_batch_update_context |
./taxonomy_menu.batch.inc |
|
1 |
|
_taxonomy_menu_build_variable |
./taxonomy_menu.module |
|
2 |
|
_taxonomy_menu_check_variable |
./taxonomy_menu.module |
Checks to see if the variable has changed. |
1 |
|
_taxonomy_menu_children_has_nodes |
./taxonomy_menu.module |
Helper function to see if any of the children have any nodes |
2 |
|
_taxonomy_menu_create_item |
./taxonomy_menu.module |
Create the inital $item array |
1 |
|
_taxonomy_menu_create_options |
./taxonomy_menu.module |
Creates a form array of taxonomy menu options |
1 |
|
_taxonomy_menu_delete_all |
./taxonomy_menu.database.inc |
Delete all links associated with this vocab from both the taxonomy_menu
table and the menu_link table. |
2 |
|
_taxonomy_menu_delete_item |
./taxonomy_menu.database.inc |
Delete all rows from {taxomony_menu} associated with this tid |
1 |
|
_taxonomy_menu_get_item |
./taxonomy_menu.database.inc |
Get vid, tid for a given mlid |
1 |
|
_taxonomy_menu_get_menu_items |
./taxonomy_menu.database.inc |
Retrieve the term / menu relations for a vocab. |
2 |
|
_taxonomy_menu_get_mlid |
./taxonomy_menu.database.inc |
Return the corresponding menu link id. |
3 |
|
_taxonomy_menu_get_node_terms |
./taxonomy_menu.database.inc |
Get an array of the tid's related to the node |
1 |
|
_taxonomy_menu_get_parents |
./taxonomy_menu.database.inc |
Get an array of the tid's from the parent |
2 |
|
_taxonomy_menu_get_paths |
./taxonomy_menu.module |
Create the path to use in the menu item |
1 |
|
_taxonomy_menu_get_terms |
./taxonomy_menu.database.inc |
Get all of the tid for a given vid |
2 |
|
_taxonomy_menu_get_tid |
./taxonomy_menu.database.inc |
Get tid for a given mlid |
|
|
_taxonomy_menu_get_vid_by_tid |
./taxonomy_menu.database.inc |
Get the vocabulary for a tid |
|
|
_taxonomy_menu_insert_link_items |
./taxonomy_menu.module |
Creates new link items for the vocabulary |
1 |
|
_taxonomy_menu_insert_link_items_batch |
./taxonomy_menu.batch.inc |
@file
The $batch can include the following values. Only 'operations'
and 'finished' are required, all others will be set to default values. |
1 |
|
_taxonomy_menu_insert_link_items_process |
./taxonomy_menu.batch.inc |
|
|
1 |
_taxonomy_menu_insert_link_items_success |
./taxonomy_menu.batch.inc |
|
|
1 |
_taxonomy_menu_insert_menu_item |
./taxonomy_menu.database.inc |
helper function to insert a menu item |
1 |
|
_taxonomy_menu_item |
./taxonomy_menu.module |
Helper function for insert and update hooks |
2 |
|