Structure that describes each task to run.
Each value of the tasks array is an associative array defining the function to call (optional) and any arguments to be passed to the function.
Type: array
File
core/lib/Drupal/Core/Database/Install/Tasks.php, line 29
Class
Tasks Database installer structure.
Namespace
Drupal\Core\Database\Install
Code
protected $tasks = array(
array(
'function' => 'checkEngineVersion',
'arguments' => array(),
),
array(
'arguments' =>