function SimpletestResultsForm::create
Overrides FormBase::create
File
-
core/
modules/ simpletest/ src/ Form/ SimpletestResultsForm.php, line 51
Class
- SimpletestResultsForm
- Test results form for $test_id.
Namespace
Drupal\simpletest\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('database'), $container->get('environment_cleaner'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.