You are here

39 string references to 'system.site' in Zircon Profile 8

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.
ConfigCacheTag::onSave in core/modules/system/src/EventSubscriber/ConfigCacheTag.php
Invalidate cache tags when particular system config objects are saved.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigImporterTest::testSiteUuidValidate in core/modules/config/src/Tests/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImportUITest::prepareSiteNameUpdate in core/modules/config/src/Tests/ConfigImportUITest.php
ConfigImportUITest::testImport in core/modules/config/src/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigModuleOverridesTest::testSimpleModuleOverrides in core/modules/config/src/Tests/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.
ConfigOverriderLowPriority::loadOverrides in core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
Returns config overrides.
ConfigOverridesPriorityTest::testOverridePriorities in core/modules/config/src/Tests/ConfigOverridesPriorityTest.php
ConfigSchemaTest::testSchemaData in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests metadata applied to configuration objects.
ConfigSingleImportExportTest::testExport in core/modules/config/src/Tests/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/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
DrupalKernel::compileContainer in core/lib/Drupal/Core/DrupalKernel.php
Compiles a new service container.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/src/Tests/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::mail in core/lib/Drupal/Core/Mail/MailManager.php
Composes and optionally sends an email message.
MigrateSystemSiteTest::testSystemSite in core/modules/system/src/Tests/Migrate/d6/MigrateSystemSiteTest.php
Tests migration of system (site) variables to system.site.yml.
PathBasedBreadcrumbBuilder::__construct in core/modules/system/src/PathBasedBreadcrumbBuilder.php
Constructs the PathBasedBreadcrumbBuilder.
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.
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.
TokenReplaceUnitTest::testSystemSiteTokenReplacement in core/modules/system/src/Tests/System/TokenReplaceUnitTest.php
Tests the generation of all system site information tokens.
UserAdminTest::testNotificationEmailAddress in core/modules/user/src/Tests/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserLoginForm::buildForm in core/modules/user/src/Form/UserLoginForm.php
Form constructor.