You are here

public function AcquiaPurgeHostingInfo::getSchemes in Acquia Purge 7

Get a list of protocol schemes that will be purged.

Return value

string[] Array with scheme strings like 'http' and 'https'.

File

lib/AcquiaPurgeHostingInfo.php, line 408
Contains AcquiaPurgeHostingInfo.

Class

AcquiaPurgeHostingInfo
Provides technical information accessors for the Acquia Cloud environment.

Code

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