You are here

function oa_wizard_ctools_plugin_directory in Open Atrium Wizard 7.2

Implements hook_ctools_plugin_directory

File

./oa_wizard.module, line 93
Code for the OpenAtrium Wizard.

Code

function oa_wizard_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools' && $plugin_type == 'content_types') {
    return 'plugins/content_types';
  }
}