function DbLogFormInjectionTest::getFormId
Same name in other branches
- 9 core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php \Drupal\Tests\dblog\Kernel\DbLogFormInjectionTest::getFormId()
- 8.9.x core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php \Drupal\Tests\dblog\Kernel\DbLogFormInjectionTest::getFormId()
- 10 core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php \Drupal\Tests\dblog\Kernel\DbLogFormInjectionTest::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ dblog/ tests/ src/ Kernel/ DbLogFormInjectionTest.php, line 38
Class
- DbLogFormInjectionTest
- Tests serializing a form with an injected dblog logger instance.
Namespace
Drupal\Tests\dblog\KernelCode
public function getFormId() {
return 'dblog_test_injection_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.