You are here

function gdpr_theme in General Data Protection Regulation 7

Implements hook_theme().

File

./gdpr.module, line 48
Contains hook implementations and shared functions.

Code

function gdpr_theme() {
  return [
    'user_data_page' => [
      'template' => 'gdpr-user-data-page',
      'path' => drupal_get_path('module', 'gdpr') . '/templates',
    ],
  ];
}