You are here

abstract public function PersonalInformationFormTrait::getFormId in EU Cookie Compliance (GDPR Compliance) 8

Same name and namespace in other branches
  1. 2.0.x src/PersonalInformationFormTrait.php \Drupal\eu_cookie_compliance\PersonalInformationFormTrait::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

1 call to PersonalInformationFormTrait::getFormId()
PersonalInformationFormTrait::formSubmitGdprCheckbox in src/PersonalInformationFormTrait.php
Process form submission in regards to GDPR checkbox.

File

src/PersonalInformationFormTrait.php, line 82

Class

PersonalInformationFormTrait
Trait that implements PersonalInformationFormInterface.

Namespace

Drupal\eu_cookie_compliance

Code

public abstract function getFormId();