27 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.
- ConfigSubscriber::onConfigSave in core/
modules/ language/ src/ EventSubscriber/ ConfigSubscriber.php - Causes the container to be rebuilt on the next request.
- DrupalKernel::compileContainer in core/
lib/ Drupal/ Core/ DrupalKernel.php - Compiles a new service container.
- 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.
- 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.
- 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.
- 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.
- SystemTokensHooks::tokens in core/
modules/ system/ src/ Hook/ SystemTokensHooks.php - Implements hook_tokens().
- system_install in core/
modules/ system/ system.install - Implements hook_install().
- 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.
- UserLoginForm::buildForm in core/
modules/ user/ src/ Form/ UserLoginForm.php - Form constructor.