function gdpr_compliance_theme in General Data Protection Regulation Compliance 8
Implements hook_theme().
File
- ./
gdpr_compliance.module, line 61 - Contains Hooks.
Code
function gdpr_compliance_theme() {
return [
'gdpr-popup' => [
'variables' => [
'data' => [],
],
],
];
}