Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.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
ThemeRegistry class core/lib/Drupal/Core/Utility/ThemeRegistry.php Builds the run-time theme registry.
ThemeRegistry.php file core/lib/Drupal/Core/Utility/ThemeRegistry.php
ThemeRegistry::$completeRegistry property core/lib/Drupal/Core/Utility/ThemeRegistry.php The complete theme registry array.
ThemeRegistry::$persistable property core/lib/Drupal/Core/Utility/ThemeRegistry.php Whether the partial registry can be persisted to the cache.
ThemeRegistry::get function core/lib/Drupal/Core/Utility/ThemeRegistry.php Gets value from the cache.
ThemeRegistry::has function core/lib/Drupal/Core/Utility/ThemeRegistry.php Returns whether data exists for this key.
ThemeRegistry::initializeRegistry function core/lib/Drupal/Core/Utility/ThemeRegistry.php Initializes the full theme registry.
ThemeRegistry::resolveCacheMiss function core/lib/Drupal/Core/Utility/ThemeRegistry.php Resolves a cache miss.
ThemeRegistry::updateCache function core/lib/Drupal/Core/Utility/ThemeRegistry.php Writes a value to the persistent cache immediately.
ThemeRegistry::__construct function core/lib/Drupal/Core/Utility/ThemeRegistry.php Constructs a ThemeRegistry object.
ThemeRegistryLoader class core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Loads templates based on information from the Drupal theme registry.
ThemeRegistryLoader.php file core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php
ThemeRegistryLoader::$themeRegistry property core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php The theme registry used to determine which template to use.
ThemeRegistryLoader::findTemplate function core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Finds the path to the requested template.
ThemeRegistryLoader::__construct function core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Constructs a new ThemeRegistryLoader object.
ThemeRegistryLoaderTest class core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php @coversDefaultClass \Drupal\Core\Template\Loader\ThemeRegistryLoader[[api-linebreak]]
@group Template
ThemeRegistryLoaderTest.php file core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php
ThemeRegistryLoaderTest::testLoaderReturnsFalseForExistsOnNonexistent function core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php @covers ::findTemplate[[api-linebreak]]
ThemeRenderAndAutoescapeTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Tests the theme_render_and_autoescape() function.
ThemeRenderAndAutoescapeTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Contains \Drupal\KernelTests\Core\Theme\ThemeRenderAndAutoescapeTest.
ThemeRenderAndAutoescapeTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Modules to enable.
ThemeRenderAndAutoescapeTest::providerTestThemeRenderAndAutoescape function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Provide test examples.
ThemeRenderAndAutoescapeTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
ThemeRenderAndAutoescapeTest::testBubblingMetadata function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Ensure cache metadata is bubbled when using theme_render_and_autoescape().
ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Ensure cache metadata is bubbled when using theme_render_and_autoescape().
ThemeRenderAndAutoescapeTest::testThemeEscapeAndRenderNotPrintable function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Ensures invalid content is handled correctly.
ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php @dataProvider providerTestThemeRenderAndAutoescape
themes.README.txt file core/assets/scaffold/files/themes.README.txt Themes allow you to change the look and feel of your Drupal site. You can use
themes contributed by others or create your own.

WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------

Placing downloaded and custom themes in this directory…
ThemeSettings class core/lib/Drupal/Core/Theme/ThemeSettings.php Provides a configuration API wrapper for runtime merged theme settings.
ThemeSettings class core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Persist theme settings to the config system.
ThemeSettings class core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Drupal 7 system source from database.
ThemeSettings.php file core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php
ThemeSettings.php file core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php
ThemeSettings.php file core/lib/Drupal/Core/Theme/ThemeSettings.php
ThemeSettings::$configFactory property core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php The configuration factory.
ThemeSettings::$theme property core/lib/Drupal/Core/Theme/ThemeSettings.php The theme of the theme settings object.
ThemeSettings::create function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Creates an instance of the plugin.
ThemeSettings::fields function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Returns an array of destination fields.
ThemeSettings::fields function core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Returns available fields on the source.
ThemeSettings::getCacheTags function core/lib/Drupal/Core/Theme/ThemeSettings.php The cache tags associated with this object.
ThemeSettings::getIds function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Gets the destination IDs.
ThemeSettings::getIds function core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Defines the source fields uniquely identifying a source row.
ThemeSettings::getTheme function core/lib/Drupal/Core/Theme/ThemeSettings.php Returns the theme of this theme settings object.
ThemeSettings::import function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Import the row.
ThemeSettings::query function core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php
ThemeSettings::__construct function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Constructs a theme settings destination object.
ThemeSettings::__construct function core/lib/Drupal/Core/Theme/ThemeSettings.php Constructs a theme settings object.
ThemeSettingsForm class core/modules/system/src/Form/ThemeSettingsForm.php Displays theme configuration for entire site and individual themes.
ThemeSettingsForm.php file core/modules/system/src/Form/ThemeSettingsForm.php
ThemeSettingsForm::$editableConfig property core/modules/system/src/Form/ThemeSettingsForm.php An array of configuration names that should be editable.

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