1 install.inc public DatabaseTasks::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/includes/install.inc, line 395
API functions for installing modules and themes.

Class

DatabaseTasks
Database installer structure.

Code

public function minimumVersion() {
  return NULL;
}