Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeRegistry | class | core/ |
Builds the run-time theme registry. |
| ThemeRegistry.php | file | core/ |
|
| ThemeRegistry::$completeRegistry | property | core/ |
The complete theme registry array. |
| ThemeRegistry::$persistable | property | core/ |
Whether the partial registry can be persisted to the cache. |
| ThemeRegistry::get | function | core/ |
Gets value from the cache. |
| ThemeRegistry::has | function | core/ |
Returns whether data exists for this key. |
| ThemeRegistry::initializeRegistry | function | core/ |
Initializes the full theme registry. |
| ThemeRegistry::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
| ThemeRegistry::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
| ThemeRegistry::__construct | function | core/ |
Constructs a ThemeRegistry object. |
| ThemeRegistryLoader | class | core/ |
Loads templates based on information from the Drupal theme registry. |
| ThemeRegistryLoader.php | file | core/ |
|
| ThemeRegistryLoader::$themeRegistry | property | core/ |
The theme registry used to determine which template to use. |
| ThemeRegistryLoader::findTemplate | function | core/ |
Finds the path to the requested template. |
| ThemeRegistryLoader::__construct | function | core/ |
Constructs a new ThemeRegistryLoader object. |
| ThemeRegistryLoaderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Template\Loader\ThemeRegistryLoader[[api-linebreak]] @group Template |
| ThemeRegistryLoaderTest.php | file | core/ |
|
| ThemeRegistryLoaderTest::testLoaderReturnsFalseForExistsOnNonexistent | function | core/ |
@covers ::findTemplate[[api-linebreak]] |
| ThemeRenderAndAutoescapeTest | class | core/ |
Tests the theme_render_and_autoescape() function. |
| ThemeRenderAndAutoescapeTest.php | file | core/ |
Contains \Drupal\KernelTests\Core\Theme\ThemeRenderAndAutoescapeTest. |
| ThemeRenderAndAutoescapeTest::$modules | property | core/ |
Modules to enable. |
| ThemeRenderAndAutoescapeTest::providerTestThemeRenderAndAutoescape | function | core/ |
Provide test examples. |
| ThemeRenderAndAutoescapeTest::setUp | function | core/ |
|
| ThemeRenderAndAutoescapeTest::testBubblingMetadata | function | core/ |
Ensure cache metadata is bubbled when using theme_render_and_autoescape(). |
| ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable | function | core/ |
Ensure cache metadata is bubbled when using theme_render_and_autoescape(). |
| ThemeRenderAndAutoescapeTest::testThemeEscapeAndRenderNotPrintable | function | core/ |
Ensures invalid content is handled correctly. |
| ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape | function | core/ |
@dataProvider providerTestThemeRenderAndAutoescape |
| themes.README.txt | file | core/ |
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/ |
Provides a configuration API wrapper for runtime merged theme settings. |
| ThemeSettings | class | core/ |
Persist theme settings to the config system. |
| ThemeSettings | class | core/ |
Drupal 7 system source from database. |
| ThemeSettings.php | file | core/ |
|
| ThemeSettings.php | file | core/ |
|
| ThemeSettings.php | file | core/ |
|
| ThemeSettings::$configFactory | property | core/ |
The configuration factory. |
| ThemeSettings::$theme | property | core/ |
The theme of the theme settings object. |
| ThemeSettings::create | function | core/ |
Creates an instance of the plugin. |
| ThemeSettings::fields | function | core/ |
Returns an array of destination fields. |
| ThemeSettings::fields | function | core/ |
Returns available fields on the source. |
| ThemeSettings::getCacheTags | function | core/ |
The cache tags associated with this object. |
| ThemeSettings::getIds | function | core/ |
Gets the destination IDs. |
| ThemeSettings::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| ThemeSettings::getTheme | function | core/ |
Returns the theme of this theme settings object. |
| ThemeSettings::import | function | core/ |
Import the row. |
| ThemeSettings::query | function | core/ |
|
| ThemeSettings::__construct | function | core/ |
Constructs a theme settings destination object. |
| ThemeSettings::__construct | function | core/ |
Constructs a theme settings object. |
| ThemeSettingsForm | class | core/ |
Displays theme configuration for entire site and individual themes. |
| ThemeSettingsForm.php | file | core/ |
|
| ThemeSettingsForm::$editableConfig | property | core/ |
An array of configuration names that should be editable. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.