You are here

function entity_embed_ctools_plugin_directory in Entity Embed 7.2

Same name and namespace in other branches
  1. 7.3 entity_embed.module \entity_embed_ctools_plugin_directory()
  2. 7 entity_embed.module \entity_embed_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./entity_embed.module, line 686
Provides a CKEditor plugin and text filter for embedding and rendering entities.

Code

function entity_embed_ctools_plugin_directory($module, $plugin) {
  if ($plugin == 'export_ui') {
    return 'plugins/export_ui';
  }
}