function commerce_product_ui_set_breadcrumb in Commerce Core 7
Sets the breadcrumb for administrative product pages.
Parameters
$product_types: TRUE or FALSE indicating whether or not the breadcrumb should include the product types administrative page.
Deprecated
since 7.x-1.4
File
- modules/
product/ commerce_product_ui.module, line 534
Code
function commerce_product_ui_set_breadcrumb($product_types = FALSE) {
// This function used to manually set a breadcrumb that is now properly
// generated by Drupal itself.
}