59 string references to 'system.site'

AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
AccountSettingsForm::getEditableConfigNames in core/modules/user/src/AccountSettingsForm.php
Gets the configuration names that will be editable.
BasicAuth::challengeException in core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php
Constructs an exception which is used to generate the challenge.
ConfigCacheTag::onSave in core/modules/system/src/EventSubscriber/ConfigCacheTag.php
Invalidate cache tags when particular system config objects are saved.
ConfigEntityImportTest::testConfigUpdateImport in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Runs test methods for each module within a single test run.
ConfigExportImportUITest::testExportImport in core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportTest::testAjaxOnExportPage in core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php
Tests Ajax form functionality on the config export page.
ConfigImporterTest::testSiteUuidValidate in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUninstallThemeIncrementsCount in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that uninstall a theme in config import correctly imports all config.
ConfigImportUITest::prepareSiteNameUpdate in core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigModuleOverridesTest::testSimpleModuleOverrides in core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php
ConfigNamesMapperTest::setUp in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
ConfigOverrider::loadOverrides in core/modules/config/tests/config_override_test/src/ConfigOverrider.php
Returns config overrides.
ConfigOverrider::loadOverrides in core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php
Returns config overrides.
ConfigOverriderLowPriority::loadOverrides in core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
Returns config overrides.
ConfigOverridesPriorityTest::testOverridePriorities in core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
ConfigSchemaTest::testSchemaData in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
Tests metadata applied to configuration objects.
ConfigSingleImportExportTest::testExport in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
Tests exporting a single configuration file.
ConfigSubscriber::onConfigSave in core/modules/language/src/EventSubscriber/ConfigSubscriber.php
Causes the container to be rebuilt on the next request.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the site information translation interface.
DrupalKernel::compileContainer in core/lib/Drupal/Core/DrupalKernel.php
Compiles a new service container.
EventSubscriber::onExportTransform in core/modules/config/tests/config_transformer_test/src/EventSubscriber.php
The storage is transformed for exporting.
EventSubscriber::onImportTransform in core/modules/config/tests/config_transformer_test/src/EventSubscriber.php
The storage is transformed for importing.
ExportStorageManagerTest::testGetStorage in core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php
Tests getting the export storage.
ImportStorageTransformerTest::testTransform in core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
Tests the import transformation.
ImportStorageTransformerTest::testTransformWhileImporting in core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
Tests the import transformer during a running config import.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
install_load_profile in core/includes/install.core.inc
Loads information about the chosen profile during installation.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageServiceProvider::getDefaultLanguageValues in core/modules/language/src/LanguageServiceProvider.php
Gets the default language values.
MailManager::doMail in core/lib/Drupal/Core/Mail/MailManager.php
Composes and optionally sends an email message.
MigrateConfigRollbackTest::testConfigRollback in core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php
Tests rolling back configuration.
MigrateSystemSiteTranslationTest::testSystemSite in core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php
Tests migration of system (site) variables to system.site.yml.
MigrateSystemSiteTranslationTest::testSystemSite in core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php
Tests migration of system (site) variables to system.site.yml.
OverriddenConfigImportTest::testConfigImportUpdates in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
Tests importing overridden config alongside config in the default language.
PathBasedBreadcrumbBuilder::__construct in core/modules/system/src/PathBasedBreadcrumbBuilder.php
Constructs the PathBasedBreadcrumbBuilder.
SelectProfileForm::buildForm in core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
Form constructor.
SiteConfigureForm::getEditableConfigNames in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Gets the configuration names that will be editable.
SiteInformationForm::buildForm in core/modules/system/src/Form/SiteInformationForm.php
Form constructor.
SiteInformationForm::getEditableConfigNames in core/modules/system/src/Form/SiteInformationForm.php
Gets the configuration names that will be editable.
StorageComparer::validateSiteUuid in core/lib/Drupal/Core/Config/StorageComparer.php
Validates that the system.site::uuid in the source and target match.
StorageComparerTest::testCreateChangelistUpdate in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
@covers ::createChangelist
SystemBrandingBlock::build in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
Builds and returns the renderable array for this block plugin.
SystemBrandingOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
Form constructor.
SystemBrandingOffCanvasForm::submitConfigurationForm in core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
Form submission handler.
SystemConfigSubscriber::onConfigImporterValidateSiteUUID in core/modules/system/src/SystemConfigSubscriber.php
Checks that the configuration synchronization is valid.
system_install in core/modules/system/system.install
Implements hook_install().
system_tokens in core/modules/system/system.tokens.inc
Implements hook_tokens().
template_preprocess_html in core/includes/theme.inc
Prepares variables for HTML document templates.
template_preprocess_maintenance_page in core/includes/theme.inc
Prepares variables for maintenance page templates.
template_preprocess_views_view_opml in core/modules/views/views.theme.inc
Prepares variables for OPML feed templates.
template_preprocess_views_view_rss in core/modules/views/views.theme.inc
Prepares variables for RSS feed templates.
TokenReplaceKernelTest::testSystemSiteTokenReplacement in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
Tests the generation of all system site information tokens.
UserAdminTest::testNotificationEmailAddress in core/modules/user/tests/src/Functional/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserLoginForm::buildForm in core/modules/user/src/Form/UserLoginForm.php
Form constructor.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.