function imageeditor_ctools_plugin_directory in Image Editor 7
Implements hook_ctools_plugin_directory().
File
- ./
imageeditor.module, line 209 - Allows online editing of images using different image editing services.
Code
function imageeditor_ctools_plugin_directory($module, $type) {
if ($module == 'imageeditor') {
return 'plugins/' . $type;
}
}