function gdpr_help in General Data Protection Regulation 7
Same name and namespace in other branches
- 8.2 gdpr.module \gdpr_help()
- 8 gdpr.module \gdpr_help()
- 3.0.x gdpr.module \gdpr_help()
Implements hook_help().
File
- ./
gdpr.module, line 11 - Contains hook implementations and shared functions.
Code
function gdpr_help($path, $arg) {
switch ($path) {
case 'admin/help#gdpr':
return t('Provides help for making your drupal site GDPR-compliant.');
}
}