You are here

function image_panels_include_directory in Image 5.2

Implementation of hook_panels_include_directory().

File

./image.module, line 1234

Code

function image_panels_include_directory($plugintype) {
  switch ($plugintype) {
    case 'content_types':
      return $plugintype;
  }
}