function DbLogFormInjectionTest::getFormId

Same name and namespace in other branches
  1. 9 core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php \Drupal\Tests\dblog\Kernel\DbLogFormInjectionTest::getFormId()
  2. 10 core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php \Drupal\Tests\dblog\Kernel\DbLogFormInjectionTest::getFormId()
  3. 11.x 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\Kernel

Code

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.