You are here

public function StubForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Form/StubForm.php \Drupal\system\Tests\Form\StubForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/system/src/Tests/Form/StubForm.php, line 48
Contains \Drupal\system\Tests\Form\StubForm.

Class

StubForm
Provides a stub form for testing purposes.

Namespace

Drupal\system\Tests\Form

Code

public function getFormId() {
  $this->formId;
}