function custom_breadcrumbs_views_features_load in Custom Breadcrumbs Features 7.2
Load a crumb of type custom_breadcrumbs_views.
Parameters
$machine_name: Machine name of the crumb.
Return value
Crumb object.
File
- ./
custom_breadcrumbs_features.module, line 228 - Module file for custom_breadcrumbs_features.
Code
function custom_breadcrumbs_views_features_load($machine_name) {
return custom_breadcrumbs_features_generic_load($machine_name, 'custom_breadcrumbs_views');
}