function Tasks::__construct
Constructs a \Drupal\Core\Database\Driver\mysql\Install\Tasks object.
File
-
core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Install/ Tasks.php, line 35
Class
- Tasks
- Specifies installation tasks for MySQL and equivalent databases.
Namespace
Drupal\Core\Database\Driver\mysql\InstallCode
public function __construct() {
$this->tasks[] = [
'arguments' => [],
'function' => 'ensureInnoDbAvailable',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.