You are here

9 calls to drupal_rewrite_settings() in Drupal 8

drupal_install_config_directories in core/includes/install.inc
Creates the config directory and ensures it is operational.
FunctionalTestSetupTrait::writeSettings in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Rewrites the settings.php file of the test site.
install_write_profile in core/includes/install.core.inc
Installation task; writes profile to settings.php if possible.
MenuLinkContentUpdateTest::testConversionToRevisionable in core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
Tests the conversion of custom menu links to be revisionable.
PathAliasToEntityUpdateTest::testConversionToEntities in core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php
Tests the conversion of path aliases to entities.
SettingsRewriteTest::testDrupalRewriteSettings in core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
Tests the drupal_rewrite_settings() function.
SiteSettingsForm::submitForm in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Form submission handler.
TaxonomyTermUpdatePathTest::testConversionToRevisionable in core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
Tests the conversion of taxonomy terms to be revisionable.
UpdatePathTestBase::runUpdates in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Helper function to run pending database updates.