public function AcsfConfig::getPassword in Acquia Cloud Site Factory Connector 8
Same name and namespace in other branches
- 8.2 src/AcsfConfig.php \Drupal\acsf\AcsfConfig::getPassword()
Retrieves the config password.
File
- src/
AcsfConfig.php, line 104
Class
- AcsfConfig
- Provides an interface to define how our message configuration should work.
Namespace
Drupal\acsfCode
public function getPassword() {
return $this->password;
}