public function PlatformInfoInterface::getSiteEnvironment in Acquia Purge 8
Get the Acquia site environment.
Return value
string The site environment, e.g. 'dev'.
1 method overrides PlatformInfoInterface::getSiteEnvironment()
- PlatformInfo::getSiteEnvironment in src/
AcquiaCloud/ PlatformInfo.php - Get the Acquia site environment.
File
- src/
AcquiaCloud/ PlatformInfoInterface.php, line 47
Class
- PlatformInfoInterface
- Describes an information object interfacing with the Acquia platform.
Namespace
Drupal\acquia_purge\AcquiaCloudCode
public function getSiteEnvironment();