You are here

public function SubscribeForm::getFormId in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Form/SubscribeForm.php \Drupal\sendinblue\Form\SubscribeForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/SubscribeForm.php, line 77

Class

SubscribeForm
Subscribe form to signup SendinBlue newsletter.

Namespace

Drupal\sendinblue\Form

Code

public function getFormId() {
  return 'sendinblue_form_subscribe';
}