public function Tasks::minimumVersion

Same name in this branch

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

1 call to Tasks::minimumVersion()
3 methods override Tasks::minimumVersion()

File

drupal/core/lib/Drupal/Core/Database/Install/Tasks.php, line 119
Definition of Drupal\Core\Database\Install\Tasks

Class

Tasks
Database installer structure.

Namespace

Drupal\Core\Database\Install

Code

public function minimumVersion() {
  return NULL;
}