function eck_ctools_plugin_directory in Entity Construction Kit (ECK) 7.3
Same name and namespace in other branches
- 7.2 eck.module \eck_ctools_plugin_directory()
Implements hook_ctools_plugin_directory().
File
- ./
eck.module, line 137
Code
function eck_ctools_plugin_directory($owner, $plugin_type) {
if ($owner == 'eck' && $plugin_type == 'property_behavior') {
return 'plugins/' . $plugin_type;
}
}