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/ pgsql/ Install/ Tasks.php, line 51
Class
- Tasks
- Specifies installation tasks for PostgreSQL databases.
Namespace
Drupal\Core\Database\Driver\pgsql\InstallCode
public function minimumVersion() {
return '9.1.2';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.