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
BaseThemeMissingTest::testMissingBaseThemeException function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php Tests exception is thrown.
BaseThemeRequiredTest class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php Tests the behavior of the `base theme` key.
BaseThemeRequiredTest.php file core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php
BaseThemeRequiredTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php Modules to install.
BaseThemeRequiredTest::$themeInstaller property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php The theme installer.
BaseThemeRequiredTest::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php The theme manager.
BaseThemeRequiredTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php
BaseThemeRequiredTest::testWildWest function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php Tests opting out of Stable 9 by setting the base theme to false.
BasicAuthTest::$defaultTheme property core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php The theme to install as the default for testing.
BasicTest::$defaultTheme property core/modules/views/tests/src/Functional/Wizard/BasicTest.php The theme to install as the default for testing.
BatchInjectionCallbacks::themeCallback function core/modules/system/tests/modules/batch_test/src/BatchInjectionCallbacks.php Implements callback_batch_operation().
BatchNegotiator::determineActiveTheme function core/modules/system/src/Theme/BatchNegotiator.php Determine the active theme for the request.
BatchNotFoundTest::$defaultTheme property core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php The theme to install as the default for testing.
BatchTestController::testThemeBatch function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Runs a batch for testing theme used on the progress page.
BcEngineTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/BcEngineTest.php The theme to install as the default for testing.
BigPipeHooks::theme function core/modules/big_pipe/src/Hook/BigPipeHooks.php Implements hook_theme().
BigPipeInterfacePreviewThemeSuggestionsTest class core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php Tests the big pipe theme suggestions.
BigPipeInterfacePreviewThemeSuggestionsTest.php file core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php
BigPipeInterfacePreviewThemeSuggestionsTest::$block property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php The block being tested.
BigPipeInterfacePreviewThemeSuggestionsTest::$blockViewBuilder property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php The block view builder.
BigPipeInterfacePreviewThemeSuggestionsTest::$controller property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php The block storage.
BigPipeInterfacePreviewThemeSuggestionsTest::$modules property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php Modules to install.
BigPipeInterfacePreviewThemeSuggestionsTest::setUp function core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php
BigPipeInterfacePreviewThemeSuggestionsTest::testBigPipeThemeHookSuggestions function core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php Tests theme suggestions from big_pipe.
BigPipePreviewTest::$defaultTheme property core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php The theme to install as the default for testing.
BigPipeRegressionTest::$defaultTheme property core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php The theme to install as the default for testing.
BigPipeRegressionTestHooks::theme function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/Hook/BigPipeRegressionTestHooks.php Implements hook_theme().
BigPipeTest::$defaultTheme property core/modules/big_pipe/tests/src/Functional/BigPipeTest.php The theme to install as the default for testing.
BigPipeThemeHooks class core/modules/big_pipe/src/Hook/BigPipeThemeHooks.php Hook implementations for big_pipe.
BigPipeThemeHooks.php file core/modules/big_pipe/src/Hook/BigPipeThemeHooks.php
BigPipeThemeHooks::themeSuggestionsBigPipeInterfacePreview function core/modules/big_pipe/src/Hook/BigPipeThemeHooks.php Implements hook_theme_suggestions_HOOK().
big_pipe_test_theme.info.yml file core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml
block.block.testing_theme_optional_blocks_page_title.yml file core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/config/optional/block.block.testing_theme_optional_blocks_page_title.yml core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/config/optional/block.block.testing_theme_optional_blocks_page_title.yml
block.block.testing_theme_required_blocks_account_menu.yml file core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/config/install/block.block.testing_theme_required_blocks_account_menu.yml core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/config/install/block.block.testing_theme_required_blocks_account_menu.yml
Block::$adminTheme property core/modules/block/src/Plugin/migrate/source/Block.php The admin theme name.
Block::$defaultTheme property core/modules/block/src/Plugin/migrate/source/Block.php The default theme name.
Block::$theme property core/modules/block/src/Entity/Block.php The theme that includes the block plugin for this entity.
Block::getTheme function core/modules/block/src/Entity/Block.php Returns the theme ID.
BlockAddTest::$defaultTheme property core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php The theme to install as the default for testing.
BlockAddTest::testBlockAddThemeSelector function core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php Tests the AJAX for the theme selector.
BlockAdminThemeTest class core/modules/block/tests/src/Functional/BlockAdminThemeTest.php Tests the block system with admin themes.
BlockAdminThemeTest.php file core/modules/block/tests/src/Functional/BlockAdminThemeTest.php
BlockAdminThemeTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockAdminThemeTest.php The theme to install as the default for testing.
BlockAdminThemeTest::$modules property core/modules/block/tests/src/Functional/BlockAdminThemeTest.php Modules to install.
BlockAdminThemeTest::testAdminTheme function core/modules/block/tests/src/Functional/BlockAdminThemeTest.php Check for the accessibility of the admin theme on the block admin page.
BlockAdminThemeTest::testClaroAdminTheme function core/modules/block/tests/src/Functional/BlockAdminThemeTest.php Ensure contextual links are disabled in Claro theme.
BlockCacheTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockCacheTest.php The theme to install as the default for testing.
BlockConfigEntityUnitTest::$themeHandler property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The theme handler.
BlockContent::$theme property core/modules/block_content/src/Entity/BlockContent.php The theme the block is being created in.
BlockContent::getTheme function core/modules/block_content/src/Entity/BlockContent.php Gets the theme value.

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