function InstallerConfigDirectoryTestBase::getConfigLocation
Gets the path to the configuration directory.
The directory will be copied to the install profile's config/sync directory for testing.
Return value
string The path to the configuration directory.
1 call to InstallerConfigDirectoryTestBase::getConfigLocation()
- InstallerConfigDirectoryTestBase::prepareEnvironment in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerConfigDirectoryTestBase.php - Prepares the current environment for running the test.
8 methods override InstallerConfigDirectoryTestBase::getConfigLocation()
- InstallerExistingConfigMultilingualTest::getConfigLocation in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigMultilingualTest.php - Gets the path to the configuration directory.
- InstallerExistingConfigNoConfigTest::getConfigLocation in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigNoConfigTest.php - Gets the path to the configuration directory.
- InstallerExistingConfigNoSystemSiteTest::getConfigLocation in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigNoSystemSiteTest.php - Gets the path to the configuration directory.
- InstallerExistingConfigProfileHookInstall::getConfigLocation in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigProfileHookInstall.php - Gets the path to the configuration directory.
- InstallerExistingConfigSyncDirectoryMultilingualTest::getConfigLocation in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigSyncDirectoryMultilingualTest.php - Gets the path to the configuration directory.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerConfigDirectoryTestBase.php, line 136
Class
- InstallerConfigDirectoryTestBase
- Provides a base class for testing installing from existing configuration.
Namespace
Drupal\FunctionalTests\InstallerCode
protected abstract function getConfigLocation();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.