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