taxonomy_menu_create_path |
./taxonomy_menu.module |
Creates the path for the vid/tid combination. |
1 |
|
taxonomy_menu_form_alter |
./taxonomy_menu.module |
Implements hook_form_alter(). |
|
|
taxonomy_menu_handler |
./taxonomy_menu.module |
Taxonomy Menu Handler: Creates a menu item for each taxonomy term. |
6 |
|
taxonomy_menu_help |
./taxonomy_menu.module |
Implements hook_help(). |
|
|
taxonomy_menu_node_delete |
./taxonomy_menu.module |
Implements hook_node_delete(). |
|
|
taxonomy_menu_node_insert |
./taxonomy_menu.module |
Implements hook_node_insert(). |
|
|
taxonomy_menu_node_presave |
./taxonomy_menu.module |
Implements hook_node_presave(). |
|
|
taxonomy_menu_node_update |
./taxonomy_menu.module |
Implements hook_node_update(). |
|
|
taxonomy_menu_overview_submit |
./taxonomy_menu.module |
Submit handler, reacting on form ID: taxonomy_overview_terms. |
|
1 |
taxonomy_menu_path_default |
./taxonomy_menu.module |
Callback for hook_taxonomy_menu_path. |
|
1 |
taxonomy_menu_schema |
./taxonomy_menu.install |
Implements hook_schema(). |
|
|
taxonomy_menu_taxonomy_menu_delete |
./taxonomy_menu.module |
Implements hook_taxonomy_menu_delete(). |
|
|
taxonomy_menu_taxonomy_menu_insert |
./taxonomy_menu.module |
Implements hook_taxonomy_menu_insert(). |
|
|
taxonomy_menu_taxonomy_menu_options |
./taxonomy_menu.module |
Implements hook_taxonomy_menu_options(). |
|
|
taxonomy_menu_taxonomy_menu_path |
./taxonomy_menu.module |
Implements hook_taxonomy_menu_path(). |
|
|
taxonomy_menu_taxonomy_menu_update |
./taxonomy_menu.module |
Implements hook_taxonomy_menu_update(). |
|
|
taxonomy_menu_taxonomy_term_delete |
./taxonomy_menu.module |
Implements hook_taxonomy_term_delete(). |
|
|
taxonomy_menu_taxonomy_term_insert |
./taxonomy_menu.module |
Implements hook_taxonomy_term_insert($term). |
|
|
taxonomy_menu_taxonomy_term_update |
./taxonomy_menu.module |
Implements hook_taxonomy_term_update(). |
|
|
taxonomy_menu_taxonomy_vocabulary_delete |
./taxonomy_menu.module |
Implements hook_taxonomy_vocabulary_delete(). |
|
|
taxonomy_menu_term_count_nodes |
./taxonomy_menu.module |
Calculates the number of nodes linked to the term and all children. |
2 |
|
taxonomy_menu_translated_menu_link_alter |
./taxonomy_menu.module |
Implements hook_translated_menu_link_alter(). |
|
|
taxonomy_menu_uninstall |
./taxonomy_menu.install |
Implements hook_uninstall(). |
|
|
taxonomy_menu_update_7000 |
./taxonomy_menu.install |
Convert vocabulary ids into vocabulary machine names. |
|
|
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 |
Initialise the batch context. |
1 |
|
_taxonomy_menu_batch_update_context |
./taxonomy_menu.batch.inc |
Update the batch context |
1 |
|
_taxonomy_menu_build_variable |
./taxonomy_menu.module |
Builds a variable from the supplied name and machine name of the vocabulary. |
17 |
|
_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: See if any of the children have any nodes. |
2 |
|
_taxonomy_menu_create_item |
./taxonomy_menu.module |
Creates the initial $item array. |
1 |
|
_taxonomy_menu_create_options |
./taxonomy_menu.module |
Creates a form array of taxonomy menu options.
Invokes hook_taxonomy_menu_options(). |
1 |
|
_taxonomy_menu_delete_all |
./taxonomy_menu.database.inc |
Deletes 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 |
Deletes all rows from {taxomony_menu} associated with this tid |
1 |
|
_taxonomy_menu_get_item |
./taxonomy_menu.database.inc |
Gets the vocabulary ID and taxonomy term ID for a given menu link ID. |
1 |
|
_taxonomy_menu_get_menu_items |
./taxonomy_menu.database.inc |
Retrieves the term / menu relations for a vocab. |
2 |
|
_taxonomy_menu_get_mlid |
./taxonomy_menu.database.inc |
Returns the corresponding menu link id. |
4 |
|
_taxonomy_menu_get_node_terms |
./taxonomy_menu.database.inc |
Gets an array of the tid's related to the node |
4 |
|
_taxonomy_menu_get_parents |
./taxonomy_menu.database.inc |
Gets the parent tids for a taxonomy term. |
1 |
|
_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 |
Gets all taxonomy terms for a given vocabulary. |
1 |
|
_taxonomy_menu_get_tid |
./taxonomy_menu.database.inc |
Gets tid for a given mlid. |
|
|
_taxonomy_menu_get_vid_by_tid |
./taxonomy_menu.database.inc |
Gets the vocabulary for a taxonomy term ID. |
|
|
_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 |
Starts a batch operation. |
1 |
|
_taxonomy_menu_insert_link_items_process |
./taxonomy_menu.batch.inc |
Batch operation callback function: inserts 10 menu link items. |
|
1 |
_taxonomy_menu_insert_link_items_success |
./taxonomy_menu.batch.inc |
Batch finished callback: sets a message stating the menu has been updated. |
|
1 |
_taxonomy_menu_insert_menu_item |
./taxonomy_menu.database.inc |
Inserts a menu item. |
1 |
|
_taxonomy_menu_item |
./taxonomy_menu.module |
Helper function: Inserts and updates menu along with taxonomy changes. |
2 |
|
_taxonomy_menu_nodeapi_helper |
./taxonomy_menu.module |
Builds argument arrays calls taxonomy_menu_handler. |
3 |
|