function views_content_ctools_plugin_directory
Implements hook_ctools_plugin_dierctory().
To let the system know where our content_type plugins are.
File
-
views_content/
views_content.module, line 35
Code
function views_content_ctools_plugin_directory($owner, $plugin_type) {
if ($owner == 'ctools') {
return 'plugins/' . $plugin_type;
}
}