public function StubForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 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\FormCode
public function getFormId() {
$this->formId;
}