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