You are here

constant CUSTOM_BREADCRUMBS_TYPE_FIELDS_WEIGHT in Custom Breadcrumbs 7.2

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

@file Main file for the Custom breadcrumbs.

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_form_node_form_alter in ./custom_breadcrumbs.module
Implements hook_form_BASE_FORM_ID_alter().
custom_breadcrumbs_form_node_type_form_alter in ./custom_breadcrumbs.module
Implements hook_form_FORM_ID_alter().

File

./custom_breadcrumbs.module, line 11
Main file for the Custom breadcrumbs.

Code

define('CUSTOM_BREADCRUMBS_TYPE_FIELDS_WEIGHT', 30);