You are here

public static function BackendInterface::getTemporaryRuntimeError in Acquia Purge 8

Check if a temporary runtime error has been set.

Return value

string Empty string when no runtime error is present.

1 method overrides BackendInterface::getTemporaryRuntimeError()
BackendBase::getTemporaryRuntimeError in src/AcquiaPlatformCdn/BackendBase.php
Check if a temporary runtime error has been set.

File

src/AcquiaPlatformCdn/BackendInterface.php, line 39

Class

BackendInterface
Describes a vendor backend for the Platform CDN purger.

Namespace

Drupal\acquia_purge\AcquiaPlatformCdn

Code

public static function getTemporaryRuntimeError();