You are here

function gdpr_dump_ctools_plugin_type in General Data Protection Regulation 7

Implements hook_ctools_plugin_type().

1 call to gdpr_dump_ctools_plugin_type()
gdpr_dump_ctools_plugin_directory in modules/gdpr_dump/gdpr_dump.module
Implements hook_ctools_plugin_directory().

File

modules/gdpr_dump/gdpr_dump.module, line 238
Module file for the GDPR Sql-Dump module.

Code

function gdpr_dump_ctools_plugin_type() {
  return [
    'sanitizer' => [
      'label' => 'sanitizer',
      'use hooks' => FALSE,
    ],
  ];
}