function BasicFormNoUpcasting::getFormId

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicFormNoUpcasting::getFormId()
  2. 8.9.x core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicFormNoUpcasting::getFormId()
  3. 10 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicFormNoUpcasting::getFormId()

Overrides FormInterface::getFormId

File

core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php, line 543

Class

BasicFormNoUpcasting
A basic form with a passed entity without an interface.

Namespace

Drupal\Tests\Core\Entity

Code

public function getFormId() {
    return '';
}

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