7 calls to drupal_rewrite_settings() in Zircon Profile 8
- BrowserTestBase::writeSettings in core/
modules/ simpletest/ src/ BrowserTestBase.php - Rewrites the settings.php file of the test site.
- drupal_install_config_directories in core/
includes/ install.inc - Creates the config directory and ensures it is operational.
- install_write_profile in core/
includes/ install.core.inc - Installation task; ensures install profile is written to settings.php.
- SettingsRewriteTest::testDrupalRewriteSettings in core/
modules/ system/ src/ Tests/ System/ SettingsRewriteTest.php - Tests the drupal_rewrite_settings() function.
- SiteSettingsForm::submitForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteSettingsForm.php - Form submission handler.
- UpdatePathTestBase::runUpdates in core/
modules/ system/ src/ Tests/ Update/ UpdatePathTestBase.php - Helper function to run pending database updates.
- WebTestBase::writeSettings in core/
modules/ simpletest/ src/ WebTestBase.php - Rewrites the settings.php file of the test site.