protected property PlatformInfo::$platformCdn in Acquia Purge 8
Acquia Platform CDN configuration settings.
Associated array with configuration parameters for Acquia Platform CDN, which has at minimum the following two keys:
- config: Configuration source string, either 'settings' or 'cmi'.
- vendor: The underlying CDN backend used by the platform.
- ... other keys can be present depending on the used backend.
Type: string[]
File
- src/
AcquiaCloud/ PlatformInfo.php, line 47
Class
- PlatformInfo
- Provides an information object interfacing with the Acquia platform.
Namespace
Drupal\acquia_purge\AcquiaCloudCode
protected $platformCdn = [];