You are here

public function CdnBase::getLatestVersion in Libraries CDN API 8

Get latest version available of a library.

Return value

string The latest available version of the library.

Overrides CdnBaseInterface::getLatestVersion

File

src/CdnBase.php, line 128
Class CdnBase.

Class

CdnBase
Class CdnBase.

Namespace

Drupal\libraries_cdn

Code

public function getLatestVersion() {
  return $this
    ->formatData(__FUNCTION__, $this
    ->getInformation());
}