You are here

function eck_ctools_plugin_type in Entity Construction Kit (ECK) 7.2

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

Implements hook_ctools_plugin_type().

File

./eck.module, line 111

Code

function eck_ctools_plugin_type() {
  return array(
    'property_behavior' => array(),
  );
}