You are here

public function PlatformInfo::getSiteEnvironment in Acquia Purge 8

Get the Acquia site environment.

Return value

string The site environment, e.g. 'dev'.

Overrides PlatformInfoInterface::getSiteEnvironment

File

src/AcquiaCloud/PlatformInfo.php, line 220

Class

PlatformInfo
Provides an information object interfacing with the Acquia platform.

Namespace

Drupal\acquia_purge\AcquiaCloud

Code

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