You are here

function entity_bundle_plugin_ctools_plugin_directory in Entity bundle plugin 7

Implements hook_ctools_plugin_directory().

File

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

Code

function entity_bundle_plugin_ctools_plugin_directory($module, $plugin) {
  if ($module == 'bundle') {
    return $plugin;
  }
}