class TestFormInjected
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php \Drupal\Tests\Core\Form\TestFormInjected
- 10 core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php \Drupal\Tests\Core\Form\TestFormInjected
- 8.9.x core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php \Drupal\Tests\Core\Form\TestFormInjected
Hierarchy
- class \Drupal\Tests\Core\Form\TestForm extends \Drupal\Core\Form\FormInterface
- class \Drupal\Tests\Core\Form\TestFormInjected extends \Drupal\Core\DependencyInjection\ContainerInjectionInterface implements \Drupal\Tests\Core\Form\TestForm
Expanded class hierarchy of TestFormInjected
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ FormBuilderTest.php, line 962
Namespace
Drupal\Tests\Core\FormView source
class TestFormInjected extends TestForm implements ContainerInjectionInterface {
public static function create(ContainerInterface $container) {
return new static();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.