function Tasks::minimumVersion
Returns the minimum required version of the engine.
Return value
string|null 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/
modules/ sqlite/ src/ Driver/ Database/ sqlite/ Install/ Tasks.php, line 38
Class
- Tasks
- Specifies installation tasks for SQLite databases.
Namespace
Drupal\sqlite\Driver\Database\sqlite\InstallCode
public function minimumVersion() {
return static::SQLITE_MINIMUM_VERSION;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.