You are here

public function PlatformInfo::isThisAcquiaCloud in Acquia Purge 8

Determine whether the current site is running on Acquia Cloud.

Return value

true|false Boolean expression where 'true' indicates Acquia Cloud or 'false'.

Overrides PlatformInfoInterface::isThisAcquiaCloud

File

src/AcquiaCloud/PlatformInfo.php, line 255

Class

PlatformInfo
Provides an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

public function isThisAcquiaCloud() {
  return $this->isThisAcquiaCloud;
}