You are here

public function FavoriteAnimalTestForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php \Drupal\block_test\Form\FavoriteAnimalTestForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php, line 18
Contains \Drupal\block_test\Form\FavoriteAnimalTestForm.

Class

FavoriteAnimalTestForm

Namespace

Drupal\block_test\Form

Code

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