You are here

public function UpdateManager::getLatestVersion in Express 8

Retrieves the latest update schema.

Return value

int The latest update schema.

Deprecated

8.x-3.0-rc2, will be removed before 8.x-3.0 is released.

See also

\Drupal\bootstrap\Plugin\UpdateManager::getLatestSchema

File

themes/contrib/bootstrap/src/Plugin/UpdateManager.php, line 149
Contains \Drupal\bootstrap\Plugin\UpdateManager.

Class

UpdateManager
Manages discovery and instantiation of Bootstrap updates.

Namespace

Drupal\bootstrap\Plugin

Code

public function getLatestVersion() {
  return $this
    ->getLatestSchema();
}