abstract protected function AcsfConfig::loadConfig in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 src/AcsfConfig.php \Drupal\acsf\AcsfConfig::loadConfig()
Loads the configuration.
Client code MUST populate the url, username and password properties.
1 call to AcsfConfig::loadConfig()
- AcsfConfig::__construct in src/
AcsfConfig.php - Constructor.
5 methods override AcsfConfig::loadConfig()
- AcsfConfigDefault::loadConfig in src/
AcsfConfigDefault.php - Implements AcsfConfig::loadConfig().
- AcsfConfigUnitTest::loadConfig in tests/
AcsfConfigUnitTest.inc - Implements AcsfConfig::loadConfig().
- AcsfConfigUnitTestMissingPassword::loadConfig in tests/
AcsfConfigUnitTestMissingPassword.inc - Implements AcsfConfig::loadConfig().
- AcsfConfigUnitTestMissingUrl::loadConfig in tests/
AcsfConfigUnitTestMissingUrl.inc - Implements AcsfConfig::loadConfig().
- AcsfConfigUnitTestMissingUsername::loadConfig in tests/
AcsfConfigUnitTestMissingUsername.inc - Implements AcsfConfig::loadConfig().
File
- src/
AcsfConfig.php, line 144
Class
- AcsfConfig
- Provides an interface to define how our message configuration should work.
Namespace
Drupal\acsfCode
protected abstract function loadConfig();