20 calls to theme_get_setting() in Drupal 10
- color.inc in core/
themes/ bartik/ color/ color.inc - Lists available colors and color schemes for the Bartik theme.
- hook_form_system_theme_settings_alter in core/
lib/ Drupal/ Core/ Render/ theme.api.php - Allow themes to alter the theme-specific settings form.
- olivero_form_system_theme_settings_alter in core/
themes/ olivero/ theme-settings.php - Implements hook_form_FORM_ID_alter() for system_theme_settings.
- olivero_preprocess_block in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_HOOK() for block.html.twig.
- olivero_preprocess_html in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_HOOK() for HTML document templates.
- shortcut_preprocess_page_title in core/
modules/ shortcut/ shortcut.module - Implements hook_preprocess_HOOK() for page title templates.
- SystemBrandingBlock::build in core/
modules/ system/ src/ Plugin/ Block/ SystemBrandingBlock.php - system_page_attachments in core/
modules/ system/ system.module - Implements hook_page_attachments().
- template_preprocess_comment in core/
modules/ comment/ comment.module - Prepares variables for comment templates.
- template_preprocess_maintenance_page in core/
includes/ theme.inc - Prepares variables for maintenance page templates.
- template_preprocess_node in core/
modules/ node/ node.module - Prepares variables for node templates.
- template_preprocess_username in core/
modules/ user/ user.module - Prepares variables for username templates.
- test_theme_settings_form_system_theme_settings_alter in core/
modules/ system/ tests/ themes/ test_theme_settings/ theme-settings.php - Implements hook_form_system_theme_settings_alter().
- test_theme_theme_form_system_theme_settings_alter in core/
modules/ system/ tests/ themes/ test_theme_theme/ test_theme_theme.theme - Implements hook_form_system_theme_settings_alter().
- ThemeInstallerTest::testEmpty in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Verifies that no themes are installed by default.
- ThemeInstallerTest::testInstall in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Tests installing a theme.
- ThemeSettingsForm::buildForm in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - ThemeSettingsTest::testDefaultConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeSettingsTest.php - Tests that $theme.settings are imported and used as default theme settings.
- ThemeSettingsTest::testLogoConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeSettingsTest.php - Tests that the default logo config can be overridden.
- ThemeSettingsTest::testNoDefaultConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeSettingsTest.php - Tests that the $theme.settings default config file is optional.