taxonomy_breadcrumb_admin_settings |
./taxonomy_breadcrumb.admin.inc |
Settings page for module. |
|
1 |
taxonomy_breadcrumb_form_taxonomy_form_term_alter |
./taxonomy_breadcrumb.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
taxonomy_breadcrumb_form_taxonomy_form_vocabulary_alter |
./taxonomy_breadcrumb.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
taxonomy_breadcrumb_help |
./taxonomy_breadcrumb.module |
Implementation of hook_help(). |
|
|
taxonomy_breadcrumb_install |
./taxonomy_breadcrumb.install |
Implementation of hook_install(). |
|
|
taxonomy_breadcrumb_menu |
./taxonomy_breadcrumb.module |
Implementation of hook_menu(). |
|
|
taxonomy_breadcrumb_menu_alter |
./taxonomy_breadcrumb.module |
Implementation of hook_menu_alter(). |
|
|
taxonomy_breadcrumb_nodeapi |
./taxonomy_breadcrumb.module |
Implementation of hook_nodeapi(). |
|
|
taxonomy_breadcrumb_schema |
./taxonomy_breadcrumb.install |
Implementation of hook_schema(). |
|
|
taxonomy_breadcrumb_taxonomy |
./taxonomy_breadcrumb.module |
Implementation of hook_taxonomy(). This implementation checks to see if a
vocabulary or term is being updated and makes the necessary changes in
the taxonomy_breadcrumb database tables. |
|
|
taxonomy_breadcrumb_uninstall |
./taxonomy_breadcrumb.install |
Implementation of hook_uninstall(). |
|
|
taxonomy_breadcrumb_update_1 |
./taxonomy_breadcrumb.install |
Implementation of hook_update(). |
|
|
taxonomy_breadcrumb_update_6001 |
./taxonomy_breadcrumb.install |
|
|
|
taxonomy_breadcrumb_update_6100 |
./taxonomy_breadcrumb.install |
Implementation of hook_update(). |
|
|
_taxonomy_breadcrumb_generate_breadcrumb |
./taxonomy_breadcrumb.inc |
If the current drupal path (q=) is /node/nid, generate the breadcrumb trail
based on nid. |
2 |
|
_taxonomy_breadcrumb_get_term_path |
./taxonomy_breadcrumb.inc |
Return the administrator defined term path for a given term ($tid).
If a path doesn't exist, NULL is returned. |
3 |
|
_taxonomy_breadcrumb_get_vocabulary_path |
./taxonomy_breadcrumb.inc |
Return the administrator defined vocabulary path for a given vocabulary
($vid). If a path doesn't exist, NULL is returned. |
3 |
|
_taxonomy_breadcrumb_node_get_lightest_term |
./taxonomy_breadcrumb.inc |
Return lightest term for a given node. |
1 |
|
_taxonomy_breadcrumb_term_page |
./taxonomy_breadcrumb.inc |
Set a Taxonomy breadcrumb and call the original taxonomy/term/% callback. |
|
1 |
_taxonomy_breadcrumb_tt |
./taxonomy_breadcrumb.inc |
Helper function for when i18ntaxonomy module is not installed. |
1 |
|