public function PlatformInfoInterface::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'.
1 method overrides PlatformInfoInterface::isThisAcquiaCloud()
- PlatformInfo::isThisAcquiaCloud in src/
AcquiaCloud/ PlatformInfo.php - Determine whether the current site is running on Acquia Cloud.
File
- src/
AcquiaCloud/ PlatformInfoInterface.php, line 87
Class
- PlatformInfoInterface
- Describes an information object interfacing with the Acquia platform.
Namespace
Drupal\acquia_purge\AcquiaCloudCode
public function isThisAcquiaCloud();