function custom_breadcrumbs_views_features_export_render in Custom Breadcrumbs Features 7.2
Implements hook_features_export_render(). [component hook]
File
- includes/
custom_breadcrumbs_features.features.inc, line 255 - Code to provide custom_breadcrumbs with features integration.
Code
function custom_breadcrumbs_views_features_export_render($module_name, $data, $export = NULL) {
return custom_breadcrumbs_features_generic_export_render($module_name, $data, $export, 'custom_breadcrumbs_views');
}