public function CdnBaseInterface::getConfiguration in Libraries CDN API 8
Return the configuration of the object.
Parameters
string $key: A key of configuration.
Return value
mixed If a configuration item has a value for the key parameter in the configuration array, then the function will return it, otherwise, the whole configuration array is returned.
1 method overrides CdnBaseInterface::getConfiguration()
- CdnBase::getConfiguration in src/
CdnBase.php - Return the configuration of the object.
File
- src/
CdnBaseInterface.php, line 205 - Interface CdnBaseInterface.
Class
- CdnBaseInterface
- Interface CdnBaseInterface.
Namespace
Drupal\libraries_cdnCode
public function getConfiguration($key = NULL);