You are here

function og_vocab_ctools_plugin_directory in OG Vocabulary 7

Implements hook_ctools_plugin_directory().

File

./og_vocab.module, line 911
Give each group its own system controlled vocabularies.

Code

function og_vocab_ctools_plugin_directory($module, $plugin) {
  if ($module == 'entityreference') {
    return "plugins/{$plugin}";
  }
}