Tasks::minimumVersion

public 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().

File

core/lib/Drupal/Core/Database/Install/Tasks.php, line 122

Class

Tasks
Database installer structure.

Namespace

Drupal\Core\Database\Install

Code

public function minimumVersion() {
  return NULL;
}
doc_Drupal
2016-10-29 09:46:24
Comments
Leave a Comment

Please login to continue.