public function CDNBaseInterface::setLibrary in Libraries CDN API 7
Set the library to work with.
Parameters
string $library: The library to work with.
1 method overrides CDNBaseInterface::setLibrary()
- CDNBase::setLibrary in src/
Type/ CDNBase.php - Set the library to work with.
File
- src/
Type/ CDNBaseInterface.php, line 47 - Interface CDNBaseInterface.
Class
- CDNBaseInterface
- Interface CDNBaseInterface.
Namespace
Drupal\libraries_cdn\TypeCode
public function setLibrary($library);