constant MENU_BREADCRUMB_REGEX_MATCH in Menu Breadcrumb 6
Same name and namespace in other branches
- 7 menu_breadcrumb.module \MENU_BREADCRUMB_REGEX_MATCH
2 uses of MENU_BREADCRUMB_REGEX_MATCH
- menu_breadcrumb_admin_settings_form_validate in ./
menu_breadcrumb.module - Form validation handler.
- _menu_breadcrumb_process_new_menus in ./
menu_breadcrumb.module - Helper for _menu_breadcrumb_get_menus(). Compare new menus against the defined menu patterns, and update the persistent variable caches accordingly.
File
- ./
menu_breadcrumb.module, line 18 - The main file for the menu_breadcrumb module.
Code
define('MENU_BREADCRUMB_REGEX_MATCH', '%^(/.+/)([^/]+)/$%');