You are here

public function SimpletestTestForm::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Form

Code

public function __construct(RendererInterface $renderer) {
  $this->renderer = $renderer;
}