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