You are here

protected property Tasks::$results in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/Install/Tasks.php \Drupal\Core\Database\Install\Tasks::results

Results from tasks.

Type: array

File

core/lib/Drupal/Core/Database/Install/Tasks.php, line 78

Class

Tasks
Database installer structure.

Namespace

Drupal\Core\Database\Install

Code

protected $results = [
  'fail' => [],
  'pass' => [],
];