function oembedprovider_ctools_plugin_directory in oEmbed 8
Same name and namespace in other branches
- 7 modules/oembedprovider/oembedprovider.module \oembedprovider_ctools_plugin_directory()
- 7.0 oembedprovider/oembedprovider.module \oembedprovider_ctools_plugin_directory()
Implement hook_ctools_plugin_directory().
File
- modules/
oembedprovider/ oembedprovider.module, line 60 - Module for providing content as defined in the oEmbed specification
Code
function oembedprovider_ctools_plugin_directory($module, $plugin) {
if ($module == 'oembed' && $plugin == 'providers') {
return 'plugins/' . $plugin;
}
}