hook_taxonomy_menu_link_alter |
./taxonomy_menu.api.php |
Allows modules to alter the menu link before saved. |
|
|
hook_taxonomy_menu_path |
./taxonomy_menu.api.php |
Allows modules to register new types of path to be used as taxonomy menu links. |
|
|
hook_taxonomy_menu_save |
./taxonomy_menu.api.php |
Allows modules to perform operations after a menu link resulting from the
processing of a taxonomy term has been saved. |
|
|
taxonomy_menu_custom_paths_form_taxonomy_vocabulary_form_alter |
taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module |
Implements hook_form_FORM_ID_alter(). |
|
|
taxonomy_menu_custom_paths_taxonomy_menu_path |
taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module |
Implements hook_taxonomy_menu_path(). |
|
|
taxonomy_menu_custom_paths_taxonomy_menu_vocabulary_settings |
taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module |
Implements hook_taxonomy_menu_vocabulary_settings(). |
|
|
taxonomy_menu_custom_paths_vocabulary_validate |
taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module |
Validation handler for settings of custom path in the taxonomy vocabulary. |
|
1 |
taxonomy_menu_existing_menu_link_load |
./taxonomy_menu.module |
Loads an existing menu link or creates an initialized one from a taxonomy
term. |
1 |
|
taxonomy_menu_form_taxonomy_form_vocabulary |
./taxonomy_menu.admin.inc |
Form constructor for the vocabulary editing form. We add our taxonomy_menu
settings in here on a per-vocabulary basis. |
1 |
|
taxonomy_menu_form_taxonomy_vocabulary_form_alter |
./taxonomy_menu.module |
Implements hook_form_FORM_ID_alter(). |
|
|
taxonomy_menu_get_paths |
./taxonomy_menu.module |
Creates the path to use in a menu item. |
1 |
|
taxonomy_menu_get_vocabulary_settings |
./taxonomy_menu.admin.inc |
Get all the taxonomy vocabulary settings available in modules implementing
the hook. |
1 |
|
taxonomy_menu_help |
./taxonomy_menu.module |
Implements hook_help(). |
|
|
taxonomy_menu_items_rebuild |
./taxonomy_menu.module |
Rebuilds all the menu items. |
1 |
|
taxonomy_menu_menu_links_delete |
./taxonomy_menu.module |
Deletes all the menu links associated to a vocabulary. |
3 |
|
taxonomy_menu_menu_links_insert |
./taxonomy_menu.module |
Inserts menu links associated to a vocabulary. |
2 |
|
taxonomy_menu_menu_links_update |
./taxonomy_menu.module |
Updates menu links associated to a vocabulary. |
1 |
|
taxonomy_menu_menu_link_prepare |
./taxonomy_menu.module |
Prepares a taxonomy item to be saved as a menu link. |
1 |
|
taxonomy_menu_menu_link_save |
./taxonomy_menu.module |
Saves a menu link in a menu, based on a taxonomy term. |
2 |
|
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_path_custom |
taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module |
Callback for hook_taxonomy_menu_path. |
|
5 |
taxonomy_menu_path_default |
./taxonomy_menu.module |
Callback for hook_taxonomy_menu_path. |
|
1 |
taxonomy_menu_path_get |
./taxonomy_menu.module |
Creates the path for the vid/tid combination. |
1 |
|
taxonomy_menu_path_multiple_terms |
./taxonomy_menu.module |
Callback for hook_taxonomy_menu_path. |
|
|
taxonomy_menu_schema |
./taxonomy_menu.install |
Implements hook_schema(). |
|
|
taxonomy_menu_taxonomy_menu_path |
./taxonomy_menu.module |
Implements hook_taxonomy_menu_path(). |
|
|
taxonomy_menu_taxonomy_menu_save |
./taxonomy_menu.module |
Implements hook_taxonomy_menu_save(). |
|
|
taxonomy_menu_taxonomy_menu_vocabulary_settings |
./taxonomy_menu.admin.inc |
Implements hook_taxonomy_menu_vocabulary_settings() |
1 |
|
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 a term. It can be either recursive
and process all the children or just for this very term. |
1 |
|
taxonomy_menu_term_get_plid |
./taxonomy_menu.module |
Helper function to determine a parent mlid for a specific taxonomy term, in
function of the settings of the administration pages. |
1 |
|
taxonomy_menu_uninstall |
./taxonomy_menu.install |
Implements hook_uninstall(). |
|
|
taxonomy_menu_variable_get |
./taxonomy_menu.module |
Helper function to replace Drupal's config for Taxonomy menu.
Gets a value per vocabulary. |
13 |
|
taxonomy_menu_variable_set |
./taxonomy_menu.module |
Helper function to replace Drupal's config for Taxonomy menu.
Sets a value per vocabulary. |
1 |
|
taxonomy_menu_vocab_submit |
./taxonomy_menu.admin.inc |
Form submission handler for taxonomy_form_vocabulary(). |
|
1 |
_taxonomy_menu_build_variable |
./taxonomy_menu.module |
Builds a variable from the supplied name and machine name of the vocabulary. |
2 |
|
_taxonomy_menu_children_has_nodes |
./taxonomy_menu.module |
Helper function to see if any of the children have any nodes. |
|
|
_taxonomy_menu_delete_all |
./taxonomy_menu.database.inc |
Deletes all links associated with this vocab from {taxonomy_menu} table. |
1 |
|
_taxonomy_menu_delete_item |
./taxonomy_menu.database.inc |
Delete all rows from {taxomony_menu} associated with this term ID and
vocabulary ID. |
1 |
|
_taxonomy_menu_flatten_form_settings |
./taxonomy_menu.admin.inc |
Flatten an array of submitted values. |
1 |
|
_taxonomy_menu_get_changed_settings |
./taxonomy_menu.admin.inc |
Helper function to find which submitted values have changed upon submission
of a vocabulary's creation/updating form. |
1 |
|
_taxonomy_menu_get_item |
./taxonomy_menu.database.inc |
Get vid, tid for a given mlid |
|
|
_taxonomy_menu_get_menu_items |
./taxonomy_menu.database.inc |
Retrieves all menu items for a vocabulary. |
3 |
|
_taxonomy_menu_get_mlid |
./taxonomy_menu.database.inc |
Returns an mlid based on a taxonomy term ID and vocabulary ID. |
11 |
|