You are here

constant GDPR_CONSENT_TYPE_EXPLICIT in General Data Protection Regulation 7

4 uses of GDPR_CONSENT_TYPE_EXPLICIT
GdprConsentAgreementEntityUIController::buildContent in modules/gdpr_consent/gdpr_consent.module
GdprConsentAgreementEntityUIController::overviewTableRow in modules/gdpr_consent/gdpr_consent.module
Generates the row for the passed entity and may be overridden in order to customize the rows.
gdpr_consent_field_attach_submit in modules/gdpr_consent/gdpr_consent.module
Implements hook_field_attach_submit().
gdpr_consent_field_widget_form in modules/gdpr_consent/gdpr_consent.module
Implements hook_field_widget_form().

File

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

Code

define('GDPR_CONSENT_TYPE_EXPLICIT', 1);