class TestFormInjected
Same name in other branches
- 9 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
- 10 core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php \Drupal\Tests\Core\Form\TestFormInjected
Hierarchy
- class \Drupal\Tests\Core\Form\TestForm implements \Drupal\Core\Form\FormInterface
- class \Drupal\Tests\Core\Form\TestFormInjected extends \Drupal\Tests\Core\Form\TestForm implements \Drupal\Core\DependencyInjection\ContainerInjectionInterface
Expanded class hierarchy of TestFormInjected
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ FormBuilderTest.php, line 1018
Namespace
Drupal\Tests\Core\FormView source
class TestFormInjected extends TestForm implements ContainerInjectionInterface {
public static function create(ContainerInterface $container) {
return new static();
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
TestForm::buildForm | public | function | Form constructor. | Overrides FormInterface::buildForm | 1 |
TestForm::getFormId | public | function | Returns a unique string identifying the form. | Overrides FormInterface::getFormId | |
TestForm::submitForm | public | function | Form submission handler. | Overrides FormInterface::submitForm | |
TestForm::validateForm | public | function | Form validation handler. | Overrides FormInterface::validateForm | |
TestFormInjected::create | public static | function | Instantiates a new instance of this class. | Overrides ContainerInjectionInterface::create |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.