function Tasks::minimumVersion

Return the minimum required version of the engine.

Return value

A version string. If not NULL, it will be checked against the version reported by the Database engine using version_compare().

Overrides Tasks::minimumVersion

File

core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php, line 30

Class

Tasks
Specifies installation tasks for SQLite databases.

Namespace

Drupal\Core\Database\Driver\sqlite\Install

Code

public function minimumVersion() {
  return '3.7.11';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.