You are here

function eck_ctools_plugin_directory in Entity Construction Kit (ECK) 7.2

Same name and namespace in other branches
  1. 7.3 eck.module \eck_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./eck.module, line 102

Code

function eck_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'eck' && $plugin_type == 'property_behavior') {
    return 'plugins/' . $plugin_type;
  }
}