You are here

public function NestedEntityTestForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php \Drupal\field_test\Form\NestedEntityTestForm::getFormId()

{@inheritdoc]

Overrides FormInterface::getFormId

File

core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php, line 23
Contains \Drupal\field_test\Form\NestedEntityTestForm.

Class

NestedEntityTestForm
Provides a form for field_test routes.

Namespace

Drupal\field_test\Form

Code

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