You are here

function gdpr_compliance_help in General Data Protection Regulation Compliance 8

Implements hook_help().

File

./gdpr_compliance.module, line 74
Contains Hooks.

Code

function gdpr_compliance_help($route_name, RouteMatchInterface $route_match) {
  return NULL;
}