function FavoriteAnimalTestForm::getFormId

Same name in other branches
  1. 8.9.x core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php \Drupal\block_test\Form\FavoriteAnimalTestForm::getFormId()
  2. 10 core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php \Drupal\block_test\Form\FavoriteAnimalTestForm::getFormId()
  3. 11.x core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php \Drupal\block_test\Form\FavoriteAnimalTestForm::getFormId()

Overrides FormInterface::getFormId

File

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

Class

FavoriteAnimalTestForm
Form that performs favorite animal test.

Namespace

Drupal\block_test\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.