You are here

function entity_dependency_ctools_plugin_type in Entity Dependency API 7

Implements hook_ctools_plugin_type().

File

./entity_dependency.module, line 90
Entity Depedendency module functions.

Code

function entity_dependency_ctools_plugin_type() {
  $plugins['iterator'] = array(
    'cache' => TRUE,
    'use hooks' => TRUE,
  );
  return $plugins;
}