You are here

merci_entityref_behavior.module in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

File

merci_entityref_behavior/merci_entityref_behavior.module
View source
<?php

/**
 ** Implements hook_ctools_plugin_directory().
 **/
function merci_entityref_behavior_ctools_plugin_directory($module, $plugin) {
  if ($module == 'entityreference') {
    return 'plugins/' . $plugin;
  }
}