public function PersonalInformationFormInterface::formSubmitGdprCheckbox in EU Cookie Compliance (GDPR Compliance) 8
Same name and namespace in other branches
- 2.0.x src/PersonalInformationFormInterface.php \Drupal\eu_cookie_compliance\PersonalInformationFormInterface::formSubmitGdprCheckbox()
Process form submission in regards to GDPR checkbox.
Parameters
array $form: Form structure.
\Drupal\Core\Form\FormStateInterface $form_state: Form state with the submitted values.
File
- src/
PersonalInformationFormInterface.php, line 30
Class
- PersonalInformationFormInterface
- Interface to describe forms that collect personal data.
Namespace
Drupal\eu_cookie_complianceCode
public function formSubmitGdprCheckbox(array $form, FormStateInterface $form_state);