public function CdnBaseInterface::setConfiguration in Libraries CDN API 8
Set the configuration of the object.
Parameters
array $configuration: The configuration array.
1 method overrides CdnBaseInterface::setConfiguration()
- CdnBase::setConfiguration in src/
CdnBase.php - Set the configuration of the object.
File
- src/
CdnBaseInterface.php, line 213 - Interface CdnBaseInterface.
Class
- CdnBaseInterface
- Interface CdnBaseInterface.
Namespace
Drupal\libraries_cdnCode
public function setConfiguration(array $configuration = array());