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 11.x for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ToolbarThemeHooks::theme | function | core/ |
Implements hook_theme(). |
| ToolbarThemeHooks::themeRegistryAlter | function | core/ |
Implements hook_theme_registry_alter(). |
| ToolbarThemeHooks::__construct | function | core/ |
|
| twig-theme-test-embed-tag-embedded.html.twig | file | core/ |
This line is from twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig |
| twig.loader.theme_registry | service | core/ |
Drupal\Core\Template\Loader\ThemeRegistryLoader |
| TwigDeprecationsTest::testHookThemeDeprecations | function | core/ |
Test deprecating variables at definition in hook_theme(). |
| TwigDeprecationsTest::testThemeTestDeprecations | function | core/ |
Test theme_test_deprecations_preprocess renders without deprecations. |
| TwigExtension::$themeManager | property | core/ |
The theme manager. |
| TwigExtension::getActiveThemePath | function | core/ |
Gets the path of the active theme. |
| TwigExtension::suggestThemeHook | function | core/ |
Adds a theme suggestion to the element. |
| TwigExtensionTest::$themeManager | property | core/ |
The theme manager. |
| TwigExtensionTest::setUpMockThemeManager | function | core/ |
Reinitializes the theme manager as a mock object. |
| TwigExtensionTest::testActiveThemePath | function | core/ |
Tests the active_theme_path function. |
| TwigThemeEngine | class | core/ |
Twig theme engine. |
| TwigThemeEngine.php | file | core/ |
|
| TwigThemeEngine::EXTENSION | constant | core/ |
|
| TwigThemeEngine::renderTemplate | function | core/ |
|
| TwigThemeEngine::theme | function | core/ |
|
| TwigThemeEngine::__construct | function | core/ |
|
| TwigThemeTestController | class | core/ |
Controller routines for Twig theme test routes. |
| TwigThemeTestController.php | file | core/ |
|
| TwigThemeTestController::attachLibraryRender | function | core/ |
Renders for testing attach_library functions in a Twig template. |
| TwigThemeTestController::dump | function | core/ |
Renders for testing drupal_dump function. |
| TwigThemeTestController::embedTagRender | function | core/ |
Renders for testing the embed tag in a Twig template. |
| TwigThemeTestController::fileUrlRender | function | core/ |
Renders for testing file_url functions in a Twig template. |
| TwigThemeTestController::linkGeneratorRender | function | core/ |
Renders for testing link_generator functions in a Twig template. |
| TwigThemeTestController::phpVariablesRender | function | core/ |
Menu callback for testing PHP variables in a Twig template. |
| TwigThemeTestController::placeholderOutsideTransRender | function | core/ |
Controller for testing the twig placeholder filter outside of {% trans %}. |
| TwigThemeTestController::registryLoaderRender | function | core/ |
Menu callback for testing the Twig registry loader. |
| TwigThemeTestController::renderable | function | core/ |
Controller for testing a renderable inside a template. |
| TwigThemeTestController::transBlockRender | function | core/ |
Menu callback for testing translation blocks in a Twig template. |
| TwigThemeTestController::urlGeneratorRender | function | core/ |
Renders for testing url_generator functions in a Twig template. |
| TwigThemeTestController::urlToStringRender | function | core/ |
Renders a URL to a string. |
| TwigThemeTestHooks | class | core/ |
Hook implementations for twig_theme_test. |
| TwigThemeTestHooks.php | file | core/ |
|
| TwigThemeTestHooks::preprocessStatusMessages | function | core/ |
Implements hook_preprocess_HOOK(). |
| TwigThemeTestHooks::theme | function | core/ |
Implements hook_theme(). |
| TwigThemeTestUtils | class | core/ |
Helper functions used by both test modules and test classes. |
| TwigThemeTestUtils.php | file | core/ |
|
| TwigThemeTestUtils::phpValues | function | core/ |
Helper function to test PHP variables in the Twig engine. |
| 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> |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.