You are here

public static function LibrariesCdn::getLatestVersion in Libraries CDN API 8

Same name and namespace in other branches
  1. 7 src/LibrariesCDN.php \Drupal\libraries_cdn\LibrariesCDN::getLatestVersion()

Get latest version available of a library.

Return value

string The latest available version of the library.

File

src/LibrariesCdn.php, line 225
Contains LibrariesCdn.

Class

LibrariesCdn
Class LibrariesCdn.

Namespace

Drupal\libraries_cdn

Code

public static function getLatestVersion() {
  return self::$plugin
    ->getLatestVersion();
}