Search for theme_

  1. Search 7.x for theme_
  2. Search 8.9.x for theme_
  3. Search 10.3.x for theme_
  4. Search 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
ThemeTestSubscriber::$renderer property core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php The renderer.
ThemeTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php
ThemeTestSubscriber::onRequest function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php Generates themed output early in a page request.
ThemeTestSubscriber::onView function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php Ensures that the theme registry was not initialized.
ThemeTestSubscriber::__construct function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php Constructs a new ThemeTestSubscriber.
ThemeTokenTest class core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests the generation of 'theme_token' key in Drupal settings.
ThemeTokenTest.php file core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php The theme to install as the default for testing.
ThemeTokenTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php We want to visit the 'admin/structure/block' page.
ThemeTokenTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::testThemeToken function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests if the 'theme_token' key of 'ajaxPageState' is computed.
ThemeUiTest class core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests the theme UI.
ThemeUiTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
ThemeUiTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php The theme to install as the default for testing.
ThemeUiTest::$testModules property core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Modules used for testing.
ThemeUiTest::assertUninstallableTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Checks related to uninstallable themes due to module dependencies.
ThemeUiTest::providerTestThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Data provider for testThemeInstallWithModuleDependencies().
ThemeUiTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
ThemeUiTest::testInstalledIncompatibleTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests that incompatible themes message is shown.
ThemeUiTest::testInstallModuleWithIncompatibleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with incompatible module dependencies.
ThemeUiTest::testInstallModuleWithMissingDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with missing module dependencies.
ThemeUiTest::testModulePermissions function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests permissions for enabling themes depending on disabled modules.
ThemeUiTest::testThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with module dependencies.
ThemeUiTest::uninstallModules function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls modules via the admin UI.
ThemeUiTest::uninstallTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls a theme via the admin UI.
ThemeUpdateTest class core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php Tests low-level theme functions.
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_get_registry function core/includes/theme.inc Gets the theme registry.
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_legacy_suggestions_test.inc file core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.inc Include file for testing theme suggestion hooks for legacy theme functions.
theme_legacy_suggestions_test.info.yml file core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.info.yml core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.info.yml
theme_legacy_suggestions_test.module file core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.module Support module for testing theme suggestions.
theme_legacy_suggestions_test_theme function core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.module Implements hook_theme().
theme_legacy_suggestions_test_theme_suggestions_theme_test_function_suggestions_alter function core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.module Implements hook_theme_suggestions_HOOK_alter().
theme_legacy_suggestions_test_theme_suggestions_theme_test_suggestions_include_alter function core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.module Implements hook_theme_suggestions_HOOK_alter().
theme_legacy_test.inc file core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.inc Include file for testing legacy theme functions.
theme_legacy_test.info.yml file core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.info.yml core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.info.yml
theme_legacy_test.module file core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Test module for legacy theme functions.
theme_legacy_test.routing.yml file core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.routing.yml core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.routing.yml
theme_legacy_test_theme function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Implements hook_theme().
theme_legacy_test_theme_suggestions_alter function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Implements hook_theme_suggestions_alter().
theme_legacy_test_theme_suggestions_theme_test_suggestions_alter function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Implements hook_theme_suggestions_HOOK_alter().
theme_legacy_test_theme_suggestions_theme_test_suggestion_provided function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Implements hook_theme_suggestions_HOOK().
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

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