Tasks::$results

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Install/Tasks.php \Drupal\Core\Database\Install\Tasks::results
  2. 10 core/lib/Drupal/Core/Database/Install/Tasks.php \Drupal\Core\Database\Install\Tasks::results
  3. 11.x 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 77

Class

Tasks
Database installer structure.

Namespace

Drupal\Core\Database\Install

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.