13 calls to theme_get_setting()

bartik_process_maintenance_page in drupal/core/themes/bartik/template.php
Implements hook_process_HOOK() for maintenance-page.tpl.php.
bartik_process_page in drupal/core/themes/bartik/template.php
Implements hook_process_HOOK() for page.tpl.php.
color.inc in drupal/core/themes/bartik/color/color.inc
Lists avalable colors and color schemes for the Bartik theme.
hook_form_system_theme_settings_alter in drupal/core/modules/system/theme.api.php
Allow themes to alter the theme-specific settings form.
shortcut_preprocess_page in drupal/core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page.tpl.php.
system_theme_settings in drupal/core/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
template_preprocess_comment in drupal/core/modules/comment/comment.module
Preprocesses variables for comment.tpl.php.
template_preprocess_html in drupal/core/includes/theme.inc
Preprocess variables for html.tpl.php
template_preprocess_maintenance_page in drupal/core/includes/theme.inc
The variables array generated here is a mirror of template_preprocess_page(). This preprocessor will run its course when theme_maintenance_page() is invoked.
template_preprocess_node in drupal/core/modules/node/node.module
Processes variables for node.tpl.php.
template_preprocess_page in drupal/core/includes/theme.inc
Preprocess variables for page.tpl.php
template_preprocess_username in drupal/core/modules/user/user.module
Preprocesses variables for theme_username().
ThemeTest::testThemeGetSetting in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Test the theme_get_setting() function.