class AcsfConfigUnitTestMissingPassword in Acquia Cloud Site Factory Connector 8
Same name and namespace in other branches
- 8.2 tests/AcsfConfigUnitTestMissingPassword.inc \AcsfConfigUnitTestMissingPassword
AcsfConfigUnitTestMissingPassword.
Hierarchy
- class \Drupal\acsf\AcsfConfig
Expanded class hierarchy of AcsfConfigUnitTestMissingPassword
File
- tests/
AcsfConfigUnitTestMissingPassword.inc, line 8
View source
class AcsfConfigUnitTestMissingPassword extends AcsfConfig {
/**
* Implements AcsfConfig::loadConfig().
*/
protected function loadConfig() {
$this->url = 'http://gardener.unit.test';
$this->username = 'gardener_unit_test';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AcsfConfig:: |
protected | property | An optional Acquia Hosting environment. | |
AcsfConfig:: |
protected | property | An optional Acquia Hosting sitegroup. | |
AcsfConfig:: |
protected | property | The password of the remote service. | |
AcsfConfig:: |
protected | property | The optional source URL of the factory which our sites were staged from. | |
AcsfConfig:: |
protected | property | The URL of the remote service (factory). | |
AcsfConfig:: |
protected | property | The optional signup suffix of the Factory. See getUrlSuffix() for caveat. | |
AcsfConfig:: |
protected | property | The username of the remote service. | |
AcsfConfig:: |
public | function | Retrieves the config password. | |
AcsfConfig:: |
public | function | Retrieves the URL of the production factory. | |
AcsfConfig:: |
public | function | Retrieves the URL of the remote service (factory). | |
AcsfConfig:: |
public | function | Retrieves the domain suffix used for sites hosted on this ACSF environment. | |
AcsfConfig:: |
public | function | Retrieves the config username. | |
AcsfConfig:: |
public | function | Constructor. | |
AcsfConfigUnitTestMissingPassword:: |
protected | function |
Implements AcsfConfig::loadConfig(). Overrides AcsfConfig:: |