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 |
|---|---|---|---|
| ActiveTheme.php | file | core/ |
|
| ActiveTheme::$baseThemeExtensions | property | core/ |
An array of base theme extension objects keyed by name. |
| ActiveTheme::$baseThemes | property | core/ |
An array of base theme active theme objects keyed by name. |
| ActiveTheme::$engine | property | core/ |
The engine of the theme. |
| ActiveTheme::$extension | property | core/ |
The extension object. |
| ActiveTheme::$libraries | property | core/ |
The libraries provided by the theme. |
| ActiveTheme::$librariesExtend | property | core/ |
The list of libraries-extend definitions. |
| ActiveTheme::$librariesOverride | property | core/ |
The libraries or library assets overridden by the theme. |
| ActiveTheme::$logo | property | core/ |
The path to the logo. |
| ActiveTheme::$name | property | core/ |
The machine name of the active theme. |
| ActiveTheme::$owner | property | core/ |
The path to the theme engine for root themes. |
| ActiveTheme::$path | property | core/ |
The path to the theme. |
| ActiveTheme::$regions | property | core/ |
The regions provided by the theme. |
| ActiveTheme::$styleSheetsRemove | property | core/ |
The stylesheets which are set to be removed by the theme. |
| ActiveTheme::getBaseThemeExtensions | function | core/ |
Returns an array of base theme extension objects keyed by name. |
| ActiveTheme::getBaseThemes | function | core/ |
Returns an array of base theme active theme objects keyed by name. |
| ActiveTheme::getEngine | function | core/ |
Returns the theme engine. |
| ActiveTheme::getExtension | function | core/ |
Returns the extension object. |
| ActiveTheme::getLibraries | function | core/ |
Returns the libraries provided by the theme. |
| ActiveTheme::getLibrariesExtend | function | core/ |
Returns the libraries extended by the active theme. |
| ActiveTheme::getLibrariesOverride | function | core/ |
Returns the libraries or library assets overridden by the active theme. |
| ActiveTheme::getLogo | function | core/ |
Returns the logo provided by the theme. |
| ActiveTheme::getName | function | core/ |
Returns the machine name of the theme. |
| ActiveTheme::getOwner | function | core/ |
Returns the path to the theme engine for root themes. |
| ActiveTheme::getPath | function | core/ |
Returns the path to the theme directory. |
| ActiveTheme::getRegions | function | core/ |
The regions used by the theme. |
| ActiveTheme::getStyleSheetsRemove | function | core/ |
Returns the removed stylesheets by the theme. |
| ActiveTheme::__construct | function | core/ |
Constructs an ActiveTheme object. |
| ActiveThemeLegacyTest | class | core/ |
Tests legacy code in ActiveTheme. |
| ActiveThemeLegacyTest.php | file | core/ |
|
| ActiveThemeLegacyTest::$modules | property | core/ |
Modules to enable. |
| ActiveThemeLegacyTest::testConstructor | function | core/ |
Tests BC layer in constructor. |
| ActiveThemeLegacyTest::testGetBaseThemes | function | core/ |
Tests \Drupal\Core\Theme\ActiveTheme::getBaseThemes() deprecation. |
| AdminNegotiatorTest::getThemes | function | core/ |
Provides a list of theme names to test. |
| AdminThemeUpdateTest | class | core/ |
Tests system.theme:admin is updated. |
| AdminThemeUpdateTest.php | file | core/ |
|
| AdminThemeUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AdminThemeUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| AdminThemeUpdateTest::testUpdateHookN | function | core/ |
Tests that system.theme:admin is updated as expected. |
| aggregator.theme.inc | file | core/ |
Preprocessors and theme functions of Aggregator module. |
| AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme | function | core/ |
@covers ::determineActiveTheme[[api-linebreak]] |
| AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken | function | core/ |
@covers ::determineActiveTheme[[api-linebreak]] |
| AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken | function | core/ |
@covers ::determineActiveTheme[[api-linebreak]] |
| AssertContentTrait::assertThemeOutput | function | core/ |
Asserts themed output. |
| AssetResolver::$themeManager | property | core/ |
The theme manager. |
| AssetResolverTest::$themeManager | property | core/ |
The mocked theme manager. |
| bartik_theme_suggestions_form_alter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter() for form templates. |
| BaseThemeDefaultDeprecationTest | class | core/ |
Tests the behavior of the Stable theme. |
| BaseThemeDefaultDeprecationTest.php | file | core/ |
|
| BaseThemeDefaultDeprecationTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.