Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.x for theme_
  3. Search 8.9.x for theme_
  4. Search 10.3.x for theme_
  5. Search 11.x for theme_
  6. Other projects
Title Object type File name Summary
ThemeUpdateTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php
ThemeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php The theme to install as the default for testing.
ThemeUpdateTest::doSelectionTest function core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php Tests the selection page.
ThemeUpdateTest::testThemeUpdates function core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php Ensures preprocess functions run even for suggestion implementations.
theme_engine.nyan_cat service core/modules/system/tests/modules/nyan_cat/nyan_cat.services.yml Drupal\nyan_cat\NyanCatThemeEngine
theme_get_setting function core/includes/theme.inc Retrieves a setting for the current theme or for a given theme.
theme_get_suggestions function core/includes/theme.inc Generate an array of suggestions from path arguments.
theme_handler service core/core.services.yml Drupal\Core\Extension\ThemeHandler
theme_installer service core/core.services.yml Drupal\Core\Extension\ThemeInstaller
theme_page_test.info.yml file core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml
theme_region_test.info.yml file core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml
theme_settings_convert_to_config function core/includes/theme.inc Converts theme settings to configuration.
theme_suggestions_test.info.yml file core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml
theme_test.info.yml file core/modules/system/tests/modules/theme_test/theme_test.info.yml core/modules/system/tests/modules/theme_test/theme_test.info.yml
theme_test.libraries.yml file core/modules/system/tests/modules/theme_test/theme_test.libraries.yml core/modules/system/tests/modules/theme_test/theme_test.libraries.yml
theme_test.routing.yml file core/modules/system/tests/modules/theme_test/theme_test.routing.yml core/modules/system/tests/modules/theme_test/theme_test.routing.yml
theme_test.services.yml file core/modules/system/tests/modules/theme_test/theme_test.services.yml core/modules/system/tests/modules/theme_test/theme_test.services.yml
theme_test.subscriber service core/modules/system/tests/modules/theme_test/theme_test.services.yml Drupal\theme_test\EventSubscriber\ThemeTestSubscriber
theme_test.template_test.html.twig file core/modules/system/tests/modules/theme_test/templates/theme_test.template_test.html.twig <!-- Output for Theme API test -->
Fail: Template not overridden.
theme_test.template_test.html.twig file core/modules/system/tests/themes/test_theme/theme_test.template_test.html.twig {# Output for Theme API test #}
Success: Template overridden.
theme_test.template_test.nyan-cat.html file core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html
toolbar.icons.theme.css file core/modules/toolbar/css/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.css file core/themes/stable9/css/toolbar/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.css file core/themes/claro/css/theme/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.css file core/themes/admin/css/theme/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.css file core/themes/default_admin/css/theme/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/themes/admin/css/theme/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/themes/default_admin/css/theme/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/modules/toolbar/css/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.icons.theme.pcss.css file core/themes/claro/css/theme/toolbar.icons.theme.pcss.css Styling for toolbar module icons.
toolbar.theme.css file core/themes/stable9/css/toolbar/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/themes/claro/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/themes/admin/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/themes/default_admin/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/modules/toolbar/css/toolbar.theme.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/claro/css/theme/toolbar.theme.pcss.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/admin/css/theme/toolbar.theme.pcss.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/default_admin/css/theme/toolbar.theme.pcss.css toolbar.theme.css
ToolbarClaroOverridesTest::$themeInstaller property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme installer used in this test for enabling themes.
ToolbarClaroOverridesTest::$themeManager property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme manager.
ToolbarTestThemeHooks class core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php Hook implementations for toolbar_test.
ToolbarTestThemeHooks.php file core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php
ToolbarTestThemeHooks::preprocessMenu function core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php Implements hook_preprocess_HOOK().
ToolbarThemeHooks class core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Hook implementations for toolbar.
ToolbarThemeHooks.php file core/modules/toolbar/src/Hook/ToolbarThemeHooks.php
ToolbarThemeHooks::isClaroAdminAndNotActive function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Determines if Claro is the admin theme but not the active theme.
ToolbarThemeHooks::libraryInfoAlter function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_library_info_alter().
ToolbarThemeHooks::preprocessHtml function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_preprocess_HOOK() for HTML document templates.
ToolbarThemeHooks::preprocessToolbar function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Prepares variables for administration toolbar templates.
ToolbarThemeHooks::preprocessToolbarForClaro function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_preprocess_toolbar().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.