You are here

function entity_bundle_plugin_test_ctools_plugin_type in Entity bundle plugin 7

Implements hook_ctools_plugin_type().

File

tests/entity_bundle_plugin_test.module, line 42
EntityBundlePlugin test module.

Code

function entity_bundle_plugin_test_ctools_plugin_type() {
  $plugins['bundle'] = array();
  return $plugins;
}