You are here

function gdpr_consent_help in General Data Protection Regulation 7

Implements hook_help().

File

modules/gdpr_consent/gdpr_consent.module, line 15
Contains hook implementations and shared functions.

Code

function gdpr_consent_help($path, $arg) {
  switch ($path) {
    case 'admin/help#gdpr_consent':
      return t('Extends the GDPR module to record consent from users for certain agreements.');
  }
}