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