You are here

public function CdnBase::getLibrary in Libraries CDN API 8

Get the library in use.

Return value

string The library name.

Overrides CdnBaseInterface::getLibrary

3 calls to CdnBase::getLibrary()
CdnBase::convertFiles in src/CdnBase.php
CdnBase::getLocalDirectoryName in src/CdnBase.php
Get the local directory name of a library.
CdnBase::query in src/CdnBase.php
Request wrapper for querying a CDN.

File

src/CdnBase.php, line 58
Class CdnBase.

Class

CdnBase
Class CdnBase.

Namespace

Drupal\libraries_cdn

Code

public function getLibrary() {
  return $this->configuration['library'];
}