protected property Tasks::$results in Drupal 9
Same name and namespace in other branches
- 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\InstallCode
protected $results = [
'fail' => [],
'pass' => [],
];