You are here

function custom_breadcrumbs_paths_features_rebuild in Custom Breadcrumbs Features 7.2

Implements hook_features_rebuild(). [component hook]

1 call to custom_breadcrumbs_paths_features_rebuild()
custom_breadcrumbs_paths_features_revert in includes/custom_breadcrumbs_features.features.inc
Implements hook_features_revert(). [component hook]

File

includes/custom_breadcrumbs_features.features.inc, line 357
Code to provide custom_breadcrumbs with features integration.

Code

function custom_breadcrumbs_paths_features_rebuild($module) {
  custom_breadcrumbs_features_generic_rebuild($module, 'custom_breadcrumbs_paths');
}