public function CDNBase::getLibrary in Libraries CDN API 7
Get the library in use.
Return value
string The library name.
Overrides CDNBaseInterface::getLibrary
3 calls to CDNBase::getLibrary()
- CDNBase::convertFiles in src/
Type/ CDNBase.php - CDNBase::getLocalDirectoryName in src/
Type/ CDNBase.php - Get the local directory name of a library.
- CDNBase::query in src/
Type/ CDNBase.php - Request wrapper for querying a CDN.
File
- src/
Type/ CDNBase.php, line 59 - Class CDNBase.
Class
- CDNBase
- Class CDNBase.
Namespace
Drupal\libraries_cdn\TypeCode
public function getLibrary() {
return $this->configuration['library'];
}