public function SimpletestTestForm::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/Form/SimpletestTestForm.php \Drupal\simpletest\Form\SimpletestTestForm::__construct()
Constructs a new SimpletestTestForm.
Parameters
\Drupal\Core\Render\RendererInterface $renderer: The renderer.
File
- core/
modules/ simpletest/ src/ Form/ SimpletestTestForm.php, line 42 - Contains \Drupal\simpletest\Form\SimpletestTestForm.
Class
- SimpletestTestForm
- List tests arranged in groups that can be selected and run.
Namespace
Drupal\simpletest\FormCode
public function __construct(RendererInterface $renderer) {
$this->renderer = $renderer;
}