You are here

function custom_breadcrumbs_paths_features_load in Custom Breadcrumbs Features 7.2

Load a crumb of type custom_breadcrumbs_paths.

Parameters

$machine_name: Machine name of the crumb.

Return value

Crumb object.

File

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

Code

function custom_breadcrumbs_paths_features_load($machine_name) {
  return custom_breadcrumbs_features_generic_load($machine_name, 'custom_breadcrumbs_paths');
}