You are here

function apachesolr_panels_ctools_plugin_directory in Apache Solr Panels 6.3

Same name and namespace in other branches
  1. 6 apachesolr_panels.module \apachesolr_panels_ctools_plugin_directory()
  2. 7 apachesolr_panels.module \apachesolr_panels_ctools_plugin_directory()

Implementation of hook_ctools_plugin_directory().

File

./apachesolr_panels.module, line 15
Integrates Apache Solr Search with Panels.

Code

function apachesolr_panels_ctools_plugin_directory($module, $plugin) {
  if ($module == 'ctools' && !empty($plugin)) {
    return "plugins/{$plugin}";
  }
}