You are here

public static function BackendInterface::platformInfo in Acquia Purge 8

Get the information object interfacing with the Acquia platform.

Parameters

null|\Drupal\acquia_purge\AcquiaCloud\PlatformInfoInterface $set: Set the object initially.

Return value

\Drupal\acquia_purge\AcquiaCloud\PlatformInfoInterface Information object interfacing with the Acquia platform.

Throws

\RuntimeException Thrown when the object hasn't been set yet.

1 method overrides BackendInterface::platformInfo()
BackendBase::platformInfo in src/AcquiaPlatformCdn/BackendBase.php
Get the information object interfacing with the Acquia platform.

File

src/AcquiaPlatformCdn/BackendInterface.php, line 53

Class

BackendInterface
Describes a vendor backend for the Platform CDN purger.

Namespace

Drupal\acquia_purge\AcquiaPlatformCdn

Code

public static function platformInfo(PlatformInfoInterface $set = NULL);