You are here

public function CDNBase::getLatestVersion in Libraries CDN API 7

Get latest version available of a library.

Return value

string The latest available version of the library.

Overrides CDNBaseInterface::getLatestVersion

File

src/Type/CDNBase.php, line 132
Class CDNBase.

Class

CDNBase
Class CDNBase.

Namespace

Drupal\libraries_cdn\Type

Code

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