function Tasks::__construct

Constructs a \Drupal\mysql\Driver\Database\mysql\Install\Tasks object.

File

core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php, line 52

Class

Tasks
Specifies installation tasks for MySQL and equivalent databases.

Namespace

Drupal\mysql\Driver\Database\mysql\Install

Code

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.