You are here

function gdpr_tasks_ctools_plugin_directory in General Data Protection Regulation 7

Implements hook_ctools_plugin_directory().

File

modules/gdpr_tasks/gdpr_tasks.module, line 246
Module file for the GDPR Tasks module.

Code

function gdpr_tasks_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools' && $plugin_type == 'content_types') {
    return 'plugins/' . $plugin_type;
  }
}