You are here

function commerce_price_components_field_info_alter in Commerce price by components 7

Implements hook_field_info_alter().

File

./commerce_price_components.module, line 147
Module file for Price by components.

Code

function commerce_price_components_field_info_alter(&$info) {
  $info['commerce_price']['property_callbacks'][] = 'commerce_price_components_property_info_callback';
}