You are here

constant CUSTOM_BREADCRUMBS_TYPE_FIELDS_WEIGHT in Custom Breadcrumbs 6.2

Same name and namespace in other branches
  1. 7.2 custom_breadcrumbs.module \CUSTOM_BREADCRUMBS_TYPE_FIELDS_WEIGHT

@file Provide custom breadcrumbs for node-type pages and base functionality for submodules to add custom breadcrumbs for other types of pages.

2 uses of CUSTOM_BREADCRUMBS_TYPE_FIELDS_WEIGHT
custom_breadcrumbs_content_extra_fields in ./custom_breadcrumbs.module
Implements hook_content_extra_fields().
custom_breadcrumbs_form_alter in ./custom_breadcrumbs.module
Implements hook_form_alter().

File

./custom_breadcrumbs.module, line 9
Provide custom breadcrumbs for node-type pages and base functionality for submodules to add custom breadcrumbs for other types of pages.

Code

define('CUSTOM_BREADCRUMBS_TYPE_FIELDS_WEIGHT', 30);