menu_breadcrumb_admin_settings_form |
./menu_breadcrumb.module |
Menu breadcrumb admin settings form. |
|
1 |
menu_breadcrumb_admin_settings_form_submit |
./menu_breadcrumb.module |
Form submission handler. |
|
1 |
menu_breadcrumb_admin_settings_form_validate |
./menu_breadcrumb.module |
Form validation handler. |
|
|
menu_breadcrumb_help |
./menu_breadcrumb.module |
Implementation of hook_help(). |
|
|
menu_breadcrumb_html_id |
./menu_breadcrumb.module |
Prepare a string for use as a valid HTML ID and guarantee uniqueness.
Adapted from Drupal 7's drupal_html_id(). |
1 |
|
menu_breadcrumb_init |
./menu_breadcrumb.module |
Implementation of hook_init(). |
|
|
menu_breadcrumb_menu |
./menu_breadcrumb.module |
Implementation of hook_menu(). |
|
|
menu_breadcrumb_menu_list |
./menu_breadcrumb.module |
Get the menu/selection list. |
1 |
|
menu_breadcrumb_theme |
./menu_breadcrumb.module |
Implementation of hook_theme(). |
|
|
menu_breadcrumb_uninstall |
./menu_breadcrumb.install |
Implementation of hook_uninstall(). |
|
|
menu_breadcrumb_update_6100 |
./menu_breadcrumb.install |
If people are upgrading from a patched version based on drupal.org/node/303247
we'll try to catch it here. Will just notify and clear the variables for now. |
|
|
theme_menu_breadcrumb_menus_table |
./menu_breadcrumb.module |
Theme a drag-to-reorder table of menu selection checkboxes. |
|
|
_menu_breadcrumb_default_menu |
./menu_breadcrumb.module |
Default menu item.
If the module is not yet configured, we only need this
as a starting point. This determines the default weight
and 'enabled' status for any new menus. |
1 |
|
_menu_breadcrumb_get_menus |
./menu_breadcrumb.module |
Get the menu selection configuration. |
2 |
|
_menu_breadcrumb_process_new_menus |
./menu_breadcrumb.module |
Helper for _menu_breadcrumb_get_menus().
Compare new menus against the defined menu patterns,
and update the persistent variable caches accordingly. |
1 |
|
_menu_breadcrumb_process_unknown_menus |
./menu_breadcrumb.module |
Helper for _menu_breadcrumb_get_menus().
Determine whether each 'unknown' menu is genuinely new,
or was previously aggregated by a pattern match. |
1 |
|
_menu_breadcrumb_sort |
./menu_breadcrumb.module |
Sort-by-weight comparison.
Sub-sort by menu_name, for consistency in the settings form. |
|
1 |