You are here

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

Implements hook_ctools_plugin_directory().

File

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

Code

function merci_line_item_ctools_plugin_directory($module, $plugin) {
  if ($module == 'entity_validator') {
    return 'plugins/' . $plugin;
  }
}