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 11.x for _theme
  5. Other projects
Title Object type File name Summary
AccessAnnouncementTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php The theme to install as the default for testing.
access_check.theme service core/core.services.yml Drupal\Core\Theme\ThemeAccessCheck
ActiveTheme class core/lib/Drupal/Core/Theme/ActiveTheme.php Defines a theme and its information needed at runtime.
ActiveTheme.php file core/lib/Drupal/Core/Theme/ActiveTheme.php
ActiveTheme::$baseThemeExtensions property core/lib/Drupal/Core/Theme/ActiveTheme.php An array of base theme extension objects keyed by name.
ActiveTheme::$engine property core/lib/Drupal/Core/Theme/ActiveTheme.php The engine of the theme.
ActiveTheme::$extension property core/lib/Drupal/Core/Theme/ActiveTheme.php The extension object.
ActiveTheme::$libraries property core/lib/Drupal/Core/Theme/ActiveTheme.php The libraries provided by the theme.
ActiveTheme::$librariesExtend property core/lib/Drupal/Core/Theme/ActiveTheme.php The list of libraries-extend definitions.
ActiveTheme::$librariesOverride property core/lib/Drupal/Core/Theme/ActiveTheme.php The libraries or library assets overridden by the theme.
ActiveTheme::$logo property core/lib/Drupal/Core/Theme/ActiveTheme.php The path to the logo.
ActiveTheme::$name property core/lib/Drupal/Core/Theme/ActiveTheme.php The machine name of the active theme.
ActiveTheme::$owner property core/lib/Drupal/Core/Theme/ActiveTheme.php The path to the theme engine for root themes.
ActiveTheme::$path property core/lib/Drupal/Core/Theme/ActiveTheme.php The path to the theme.
ActiveTheme::$regions property core/lib/Drupal/Core/Theme/ActiveTheme.php The regions provided by the theme.
ActiveTheme::getBaseThemeExtensions function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns an array of base theme extension objects keyed by name.
ActiveTheme::getEngine function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the theme engine.
ActiveTheme::getExtension function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the extension object.
ActiveTheme::getLibraries function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the libraries provided by the theme.
ActiveTheme::getLibrariesExtend function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the libraries extended by the active theme.
ActiveTheme::getLibrariesOverride function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the libraries or library assets overridden by the active theme.
ActiveTheme::getLogo function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the logo provided by the theme.
ActiveTheme::getName function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the machine name of the theme.
ActiveTheme::getOwner function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the path to the theme engine for root themes.
ActiveTheme::getPath function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the path to the theme directory.
ActiveTheme::getRegions function core/lib/Drupal/Core/Theme/ActiveTheme.php The regions used by the theme.
ActiveTheme::__construct function core/lib/Drupal/Core/Theme/ActiveTheme.php Constructs an ActiveTheme object.
AjaxBasePageNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Determine the active theme for the request.
AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxCallbacksTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php The theme to install as the default for testing.
AjaxFormCacheTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php The theme to install as the default for testing.
AjaxFormImageButtonTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php The theme to install as the default for testing.
AjaxFormPageCacheTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php The theme to install as the default for testing.
AjaxInGroupTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php The theme to install as the default for testing.
AjaxMaintenanceModeTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php The theme to install as the default for testing.
AjaxTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php The theme to install as the default for testing.
AjaxWaitTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php The theme to install as the default for testing.
AlertsJsonFeedTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php The theme to install as the default for testing.
AnnounceBlockTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AnnounceBlockTest.php The theme to install as the default for testing.
AnnouncementsCacheTest::$defaultTheme property core/modules/announcements_feed/tests/src/Functional/AnnouncementsCacheTest.php The theme to install as the default for testing.
AssertContentTrait::assertThemeOutput function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts themed output.
AssetOptimizationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php The theme to install as the default for testing.
AssetOptimizationTest::omitTheme function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Removes the 'theme' query parameter from the given URL.
AssetResolver::$themeManager property core/lib/Drupal/Core/Asset/AssetResolver.php The theme manager.
AssetResolverTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked theme manager.
BaseFieldOverrideJsonAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonAnonTest.php The theme to install as the default for testing.
BaseFieldOverrideJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php The theme to install as the default for testing.
BaseFieldOverrideJsonCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonCookieTest.php The theme to install as the default for testing.

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