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; }
Please login to continue.