public function CdnBaseInterface::setLibrary in Libraries CDN API 8
Set the library to work with.
Parameters
string $library: The library to work with.
1 method overrides CdnBaseInterface::setLibrary()
- CdnBase::setLibrary in src/
CdnBase.php - Set the library to work with.
File
- src/
CdnBaseInterface.php, line 47 - Interface CdnBaseInterface.
Class
- CdnBaseInterface
- Interface CdnBaseInterface.
Namespace
Drupal\libraries_cdnCode
public function setLibrary($library);