public function LogoutForm::getFormId in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Form/LogoutForm.php \Drupal\sendinblue\Form\LogoutForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- src/
Form/ LogoutForm.php, line 20
Class
- LogoutForm
- Class Form Transactionnal emails SMTP.
Namespace
Drupal\sendinblue\FormCode
public function getFormId() {
return 'sendinblue_logout_form';
}