You are here

function hook_commerce_line_item_type_info_alter in Commerce Core 7

Allows modules to alter the line item types info array.

Parameters

&$line_item_types: An array of line item type info arrays keyed by type.

1 invocation of hook_commerce_line_item_type_info_alter()
commerce_line_item_types in modules/line_item/commerce_line_item.module
Returns an array of line item type arrays keyed by type.

File

modules/line_item/commerce_line_item.api.php, line 94
Hooks provided by the Line Item module.

Code

function hook_commerce_line_item_type_info_alter(&$line_item_types) {

  // No example.
}