public function CDNBaseInterface::setConfiguration in Libraries CDN API 7
Set the configuration of the object.
Parameters
array $configuration: The configuration array.
1 method overrides CDNBaseInterface::setConfiguration()
- CDNBase::setConfiguration in src/
Type/ CDNBase.php - Set the configuration of the object.
File
- src/
Type/ CDNBaseInterface.php, line 216 - Interface CDNBaseInterface.
Class
- CDNBaseInterface
- Interface CDNBaseInterface.
Namespace
Drupal\libraries_cdn\TypeCode
public function setConfiguration(array $configuration = array());