You are here

function merci_line_item_ief_entity_info_alter in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

implements hook_entity_info_alter().

File

merci_line_item_ief/merci_line_item_ief.module, line 13
Defines the core MERCI line item entity and API functions interact with line items.

Code

function merci_line_item_ief_entity_info_alter(&$entity_info) {
  $entity_info['merci_line_item']['inline entity form'] = array(
    'controller' => 'MerciLineItemInlineEntityFormController',
  );
}