You are here

constant PATH_BREADCRUMBS_CACHE_STORAGE in Path Breadcrumbs 7.3

6 uses of PATH_BREADCRUMBS_CACHE_STORAGE
path_breadcrumbs_delete in ./path_breadcrumbs.module
Delete path breadcrumb.
path_breadcrumbs_flush_caches in ./path_breadcrumbs.module
Implements hook_flush_caches().
path_breadcrumbs_load_by_path in ./path_breadcrumbs.module
Load enabled path_breadcrumbs by path.
path_breadcrumbs_load_variant in ./path_breadcrumbs.module
Load and build path breadcrumb variant for page url. Results are cached.
path_breadcrumbs_save in ./path_breadcrumbs.module
Save path breadcrumb.

... See full list

File

./path_breadcrumbs.module, line 20

Code

define('PATH_BREADCRUMBS_CACHE_STORAGE', 'cache_path_breadcrumbs');