Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
theme.inc
»
theme_get_setting
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
13 calls to theme_get_setting()
bartik_process_maintenance_page
in drupal/
core/
themes/
bartik/
bartik.theme
Implements
hook_process_HOOK
() for
maintenance-page.html.twig
.
bartik_process_page
in drupal/
core/
themes/
bartik/
bartik.theme
Implements
hook_process_HOOK
() for
page.html.twig
.
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
Prepares variables for comment templates.
template_preprocess_html
in drupal/
core/
includes/
theme.inc
Prepares variables for HTML document templates.
template_preprocess_maintenance_page
in drupal/
core/
includes/
theme.inc
Prepare variables for maintenance page templates.
template_preprocess_node
in drupal/
core/
modules/
node/
node.module
Prepares variables for node templates.
template_preprocess_page
in drupal/
core/
includes/
theme.inc
Prepares variables for the page template.
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.