You are here

function custom_breadcrumb_features_load in Custom Breadcrumbs Features 7.2

Load a crumb of type custom_breadcrumb.

Parameters

$machine_name: Machine name of the crumb.

Return value

Crumb object.

File

./custom_breadcrumbs_features.module, line 150
Module file for custom_breadcrumbs_features.

Code

function custom_breadcrumb_features_load($machine_name) {
  return custom_breadcrumbs_features_generic_load($machine_name, 'custom_breadcrumb');
}