public function CDNBaseInterface::getConfiguration in Libraries CDN API 7
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/
Type/ CDNBase.php - Return the configuration of the object.
File
- src/
Type/ CDNBaseInterface.php, line 208 - Interface CDNBaseInterface.
Class
- CDNBaseInterface
- Interface CDNBaseInterface.
Namespace
Drupal\libraries_cdn\TypeCode
public function getConfiguration($key = NULL);