You are here

function gdpr_consent_views_api in GDPR Consent 7

Implements hook_views_api().

File

./gdpr_consent.module, line 1091
Module file for GDPR Consent.

Code

function gdpr_consent_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'gdpr_consent') . '/views',
  );
}