Search for test
- Search 7.x for test
- Search 9.5.x for test
- Search 10.3.x for test
- Search 11.x for test
- Search main for test
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| TwigWhiteListTest::$twig | property | core/ |
Twig environment. |
| TwigWhiteListTest::setUp | function | core/ |
|
| TwigWhiteListTest::testWhiteListChaining | function | core/ |
Tests white-listing of methods doesn't interfere with chaining. |
| twig_extension_test.filter.html.twig | file | core/ |
<div class="testfilter"> {{ message|testfilter }} </div> <div> {{ safe_join_items|safe_join('<br/>') }} </div> |
| twig_extension_test.function.html.twig | file | core/ |
<div class="testfunction"> {{ testfunc(1) }} </div> <div class="testfunction"> {{ testfunc(0) }} </div> |
| twig_extension_test.info.yml | file | core/ |
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml |
| twig_extension_test.module | file | core/ |
Helper module for Twig extension tests. |
| twig_extension_test.routing.yml | file | core/ |
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml |
| twig_extension_test.services.yml | file | core/ |
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml |
| twig_extension_test.twig.test_extension | service | core/ |
Drupal\twig_extension_test\TwigExtension\TestExtension |
| twig_extension_test_theme | function | core/ |
Implements hook_theme(). |
| twig_loader_test.info.yml | file | core/ |
core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml |
| twig_loader_test.services.yml | file | core/ |
core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml |
| twig_loader_test.twig.test_loader | service | core/ |
Drupal\twig_loader_test\Loader\TestLoader |
| twig_namespace_test.html.twig | file | core/ |
{% extends "@twig_namespace_a/test.html.twig" %} {% block content %} {% include "@twig_namespace_b/test.html.twig" %} {% endblock %} |
| twig_theme_test.attach_library.html.twig | file | core/ |
{{ attach_library('core/ckeditor') }} |
| 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/twig_theme_test.js') }}</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 linkgenerator: {{ link('register', test_url) }}</div> <div>link via the linkgenerator: {{ link('register', test_url, {'foo': 'bar'}) }}</div> <div>link via the… |
| twig_theme_test.module | file | core/ |
Test module. |
| 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> |
| twig_theme_test_preprocess_status_messages | function | core/ |
Implements template_preprocess_status_messages(). |
| twig_theme_test_theme | function | core/ |
Implements hook_theme(). |
| TypedConfigTest | class | core/ |
Tests config validation mechanism. |
| TypedConfigTest.php | file | core/ |
|
| TypedConfigTest::$modules | property | core/ |
Modules to enable. |
| TypedConfigTest::setUp | function | core/ |
|
| TypedConfigTest::testSimpleConfigValidation | function | core/ |
Tests config validation via the Typed Data API. |
| TypedConfigTest::testTypedDataAPI | function | core/ |
Verifies that the Typed Data API is implemented correctly. |
| TypedDataDefinitionTest | class | core/ |
Tests deriving metadata of core data types. |
| TypedDataDefinitionTest.php | file | core/ |
|
| TypedDataDefinitionTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| TypedDataDefinitionTest::setUp | function | core/ |
|
| TypedDataDefinitionTest::testDataReferences | function | core/ |
Tests deriving metadata from data references. |
| TypedDataDefinitionTest::testLists | function | core/ |
Tests deriving metadata about list items. |
| TypedDataDefinitionTest::testMaps | function | core/ |
Tests deriving metadata about maps. |
| TypedDataNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\TypedDataNormalizer[[api-linebreak]] @group serialization |
| TypedDataNormalizerTest.php | file | core/ |
|
| TypedDataNormalizerTest::$normalizer | property | core/ |
The TypedDataNormalizer instance. |
| TypedDataNormalizerTest::$typedData | property | core/ |
The mock typed data instance. |
| TypedDataNormalizerTest::setUp | function | core/ |
|
| TypedDataNormalizerTest::testNormalize | function | core/ |
Tests the normalize() method. |
Pagination
- Previous page
- Page 710
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.