You are here

protected property SimpletestResultsForm::$database in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/Form/SimpletestResultsForm.php \Drupal\simpletest\Form\SimpletestResultsForm::database

The database connection service.

Type: \Drupal\Core\Database\Connection

File

core/modules/simpletest/src/Form/SimpletestResultsForm.php, line 42
Contains \Drupal\simpletest\Form\SimpletestResultsForm.

Class

SimpletestResultsForm
Test results form for $test_id.

Namespace

Drupal\simpletest\Form

Code

protected $database;