public function SimpletestResultsForm::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/Form/SimpletestResultsForm.php \Drupal\simpletest\Form\SimpletestResultsForm::__construct()
Constructs a \Drupal\simpletest\Form\SimpletestResultsForm object.
Parameters
\Drupal\Core\Database\Connection $database: The database connection service.
File
- core/
modules/ simpletest/ src/ Form/ SimpletestResultsForm.php, line 59 - Contains \Drupal\simpletest\Form\SimpletestResultsForm.
Class
- SimpletestResultsForm
- Test results form for $test_id.
Namespace
Drupal\simpletest\FormCode
public function __construct(Connection $database) {
$this->database = $database;
}