You are here

function gdpr_compliance_form_contact_message_form_alter in General Data Protection Regulation Compliance 8

Implements hook_form_TYPE_alter().

File

./gdpr_compliance.module, line 33
Contains Hooks.

Code

function gdpr_compliance_form_contact_message_form_alter(&$form, $form_state, $form_id) {
  FormContactMessageFormAlter::hook($form, $form_state, $form_id);
}