public function DatabaseTasks::minimumVersion

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

includes/install.inc, line 390
API functions for installing modules and themes.

Class

DatabaseTasks
Database installer structure.

Code

public function minimumVersion() {
  return NULL;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!install.inc/function/DatabaseTasks::minimumVersion/7.x