Search for _theme
- Search 7.x for _theme
- Search 8.9.x for _theme
- Search 10.3.x for _theme
- Search 11.x for _theme
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_find_theme_templates | function | core/ |
Allows themes and/or theme engines to easily discover overridden templates. |
drupal_maintenance_theme | function | core/ |
Enables use of the theme system without requiring database access. |
drupal_theme_rebuild | function | core/ |
Forces the system to rebuild the theme registry. |
ElementInfoManager::$themeManager | property | core/ |
The theme manager. |
ElementInfoManagerTest::$themeManager | property | core/ |
The mocked theme manager. |
EntityViewBuilder::$themeRegistry | property | core/ |
The theme registry. |
example_theme.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml |
extension.list.theme | service | core/ |
Drupal\Core\Extension\ThemeExtensionList |
extension.list.theme_engine | service | core/ |
Drupal\Core\Extension\ThemeEngineExtensionList |
ExtensionListTestTrait::getThemePath | function | core/ |
Gets the path for the specified theme. |
FilteredPluginManagerTrait::themeManager | function | core/ |
Wraps the theme manager. |
FormBuilder::$themeManager | property | core/ |
The theme manager. |
FormTestBase::$themeManager | property | core/ |
The mocked theme manager. |
FunctionalTestSetupTrait::installDefaultThemeFromClassProperty | function | core/ |
Installs the default theme defined by `static::$defaultTheme` when needed. |
GenerateTheme | class | core/ |
Generates a new theme based on latest default markup. |
GenerateTheme.php | file | core/ |
|
GenerateTheme::$root | property | core/ |
The path for the Drupal root. |
GenerateTheme::configure | function | core/ |
|
GenerateTheme::copyRecursive | function | core/ |
Copies files recursively. |
GenerateTheme::execute | function | core/ |
|
GenerateTheme::getThemeInfo | function | core/ |
Gets theme info using the theme name. |
GenerateTheme::getUniqueTmpDirPath | function | core/ |
Generates a path to a temporary location. |
GenerateTheme::getVersion | function | core/ |
Gets the current Drupal major version. |
GenerateTheme::isStarterkitTheme | function | core/ |
Checks if the theme is a starterkit theme. |
GenerateTheme::rmRecursive | function | core/ |
Removes a directory recursively. |
GenerateTheme::__construct | function | core/ |
|
hook_form_system_theme_settings_alter | function | core/ |
Allow themes to alter the theme-specific settings form. |
hook_theme | function | core/ |
Register a module or theme's theme implementations. |
hook_themes_installed | function | core/ |
Respond to themes being installed. |
hook_themes_uninstalled | function | core/ |
Respond to themes being uninstalled. |
hook_theme_registry_alter | function | core/ |
Alter the theme registry information returned from hook_theme(). |
hook_theme_suggestions_alter | function | core/ |
Alters named suggestions for all theme hooks. |
hook_theme_suggestions_HOOK | function | core/ |
Provides alternate named suggestions for a specific theme hook. |
hook_theme_suggestions_HOOK_alter | function | core/ |
Alters named suggestions for a specific theme hook. |
HtmlRenderer::$themeManager | property | core/ |
The theme manager. |
InstallerThemeEngineExtensionList | class | core/ |
Overrides the theme engine extension list to have a static cache. |
InstallerThemeEngineExtensionList.php | file | core/ |
|
InstallerThemeExtensionList | class | core/ |
Overrides the theme extension list to have a static cache. |
InstallerThemeExtensionList.php | file | core/ |
|
install_profile_themes | function | core/ |
Installs themes. |
JS_THEME | constant | core/ |
The default group for theme JavaScript code added to the page. |
Layout::$theme_hook | property | core/ |
The theme hook used to render this layout. |
LayoutDefinition::$theme_hook | property | core/ |
The theme hook used to render this layout. |
LayoutDefinition::getThemeHook | function | core/ |
Gets the theme hook. |
LayoutDefinition::setThemeHook | function | core/ |
Sets the theme hook. |
LayoutPluginManager::$themeHandler | property | core/ |
The theme handler. |
LayoutPluginManager::getThemeImplementations | function | core/ |
Gets theme implementations for layouts. |
LayoutPluginManagerInterface::getThemeImplementations | function | core/ |
Gets theme implementations for layouts. |
LayoutPluginManagerTest::$themeHandler | property | core/ |
The theme handler. |
LayoutPluginManagerTest::testGetThemeImplementations | function | core/ |
@covers ::getThemeImplementations[[api-linebreak]] |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.