You are here

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\Type

Code

public function setLibrary($library);