You are here

public function StyleguideConfirmForm::getFormId in Style Guide 8

Same name and namespace in other branches
  1. 2.x src/Form/StyleguideConfirmForm.php \Drupal\styleguide\Form\StyleguideConfirmForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/StyleguideConfirmForm.php, line 40

Class

StyleguideConfirmForm
The Styleguide confirm form example.

Namespace

Drupal\styleguide\Form

Code

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