Search for theme
- Search 7.x for theme
- Search 9.5.x for theme
- Search 8.9.x for theme
- Search 10.3.x for theme
- Search main for theme
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Theme | class | core/ |
Defines a class for updating themes. |
| Theme | class | core/ |
The Theme extension object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| TwigThemeTestUtils::phpValues | function | core/ |
Helper function to test PHP variables in the Twig engine. |
| TwigTransTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| twig_theme | function | core/ |
Implements hook_theme(). |
| twig_theme_test.attach_library.html.twig | file | core/ |
{{ attach_library('core/ckeditor5') }} |
| twig_theme_test.dump.html.twig | file | core/ |
{% set foo = '💩' %} {% set bar = '🐣' %} {% set baz = '☄️' %} {{ dump(foo) }} {{ dump() }} {{ dump(foo, baz) }} |
| twig_theme_test.embed_tag.html.twig | file | core/ |
{% embed "@twig_theme_test/twig-theme-test-embed-tag-embedded.html.twig" %} {% endembed %} |
| twig_theme_test.file_url.html.twig | file | core/ |
<div>file_url: {{ file_url('core/modules/system/tests/modules/twig_theme_test/js/twig_theme_test.js') }}</div> <div>file_url: {{ file_url(undefined_variable) }}</div> |
| twig_theme_test.filter.html.twig | file | core/ |
<div><strong>No author:</strong> {{ quote|without('author') }}.</div> <div><strong>Complete quote after without:</strong> {{ quote }}.</div> <div><strong>Only author:</strong>… |
| twig_theme_test.info.yml | file | core/ |
core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml |
| twig_theme_test.link_generator.html.twig | file | core/ |
<div>link via the link generator: {{ link('register', test_url) }}</div> <div>link via the link generator: {{ link('register', test_url, {'foo': 'bar'}) }}</div> <div>link via the… |
| twig_theme_test.php_variables.html.twig | file | core/ |
{# Output for Twig Theme PHP variables test. #} <ul> {% for key, php_value in php_values %} <li>{{ key }}: {{ php_value.value }}</li> {% endfor %} </ul> |
| twig_theme_test.placeholder_outside_trans.html.twig | file | core/ |
Placeholder outside trans: {{ var | placeholder }} {% trans %} Placeholder inside trans: {{ var | placeholder }} {% endtrans %} |
| twig_theme_test.renderable.html.twig | file | core/ |
<div>{{ renderable }}</div> |
| twig_theme_test.routing.yml | file | core/ |
core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml |
| twig_theme_test.trans.html.twig | file | core/ |
{# Test trans tag with string argument. #} <div> {% trans 'Hello sun.' %} </div> {# Test trans tag with string argument and context #} <div> {% trans 'Hello sun.' with {'context':… |
| twig_theme_test.url_generator.html.twig | file | core/ |
{# Test the url and path twig functions #} <div>path (as route) not absolute: {{ path('user.register') }}</div> <div>url (as route) absolute: {{ url('user.register') }}</div> <div>path (as route) not… |
| twig_theme_test.url_to_string.html.twig | file | core/ |
<div>rendered url: {{ test_url }}</div> |
| umami.theme | file | core/ |
Functions to support theming in the Umami theme. |
| UmamiHooks::themeSuggestionsBlockAlter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter() for block templates. |
| umami_theme_suggestions_block_alter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter() for block templates. |
| UncaughtExceptionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UninstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UnpublishedBlockTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UnsavedPreviewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UnversionedAssetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpcastingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| update.admin.theme.css | file | core/ |
Styles used by the Update Status module. |
| update.admin.theme.css | file | core/ |
Styles used by the Update Status module. |
| UpdateCacheTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdateContribTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdateContribTest::testUpdateBaseThemeSecurityUpdate | function | core/ |
Tests that subthemes are notified about security updates for base themes. |
| UpdateContribTest::testUpdateHiddenBaseTheme | function | core/ |
Tests updates with a hidden base theme. |
| UpdateContribTest::testUpdateShowDisabledThemes | function | core/ |
Tests that uninstalled themes are only shown when desired. |
| UpdateHooks::themesInstalled | function | core/ |
Implements hook_themes_installed(). |
| UpdateHooks::themesUninstalled | function | core/ |
Implements hook_themes_uninstalled(). |
| UpdateManager::$themeExtensionList | property | core/ |
The theme extension list. |
| UpdateManager::$themeHandler | property | core/ |
The theme handler. |
| UpdateManagerTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdateMiscTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePathLastRemovedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePathNewDependencyTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePathTestBaseFilledTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePathTestJavaScriptTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePathWithBrokenRoutingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePostUpdateExceptionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePostUpdateFailingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdatePostUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdateReducedThemeRegistryTest | class | core/ |
Tests that update.php is accessible even if there are unstable modules. |
| UpdateReducedThemeRegistryTest.php | file | core/ |
|
| UpdateReducedThemeRegistryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 69
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.