You are here

function gdpr_help in General Data Protection Regulation 7

Same name and namespace in other branches
  1. 8.2 gdpr.module \gdpr_help()
  2. 8 gdpr.module \gdpr_help()
  3. 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.');
  }
}