Search for test
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 |
|---|---|---|---|
| TextFormatElementFormTest::submitForm | function | core/ |
|
| TextFormatElementFormTest::testTextFormatElement | function | core/ |
Tests that values are returned. |
| TextFormatElementFormTest::validateForm | function | core/ |
Form validation handler. |
| TextFormatterTest | class | core/ |
Tests the text formatters functionality. |
| TextFormatterTest.php | file | core/ |
|
| TextFormatterTest::$bundle | property | core/ |
The bundle used in this test. |
| TextFormatterTest::$entityType | property | core/ |
The entity type used in this test. |
| TextFormatterTest::$modules | property | core/ |
|
| TextFormatterTest::setUp | function | core/ |
|
| TextFormatterTest::testFormatters | function | core/ |
Tests all text field formatters. |
| TextItemBaseTest | class | core/ |
Tests TextItemBase. |
| TextItemBaseTest.php | file | core/ |
|
| TextItemBaseTest::$modules | property | core/ |
|
| TextItemBaseTest::providerTextFieldSampleValue | function | core/ |
Data provider for testTextFieldSampleValue. |
| TextItemBaseTest::testCalculateDependencies | function | core/ |
@covers ::calculateDependencies[[api-linebreak]] |
| TextItemBaseTest::testTextFieldSampleValue | function | core/ |
Tests creation of sample values. |
| TextSummaryTest | class | core/ |
Tests text_summary() with different strings and lengths. |
| TextSummaryTest.php | file | core/ |
|
| TextSummaryTest::$modules | property | core/ |
|
| TextSummaryTest::assertTextSummary | function | core/ |
Calls text_summary() and asserts that the expected teaser is returned. |
| TextSummaryTest::setUp | function | core/ |
|
| TextSummaryTest::testFirstSentenceQuestion | function | core/ |
Tests text summaries for a question followed by a sentence. |
| TextSummaryTest::testInvalidFilterFormat | function | core/ |
Tests text summaries with an invalid filter format. |
| TextSummaryTest::testLength | function | core/ |
Tests various summary length edge cases. |
| TextSummaryTest::testLongSentence | function | core/ |
Tests summary with long example. |
| TextSummaryTest::testNormalization | function | core/ |
Test text normalization when filter_html or filter_htmlcorrector enabled. |
| TextSummaryTest::testRequiredSummary | function | core/ |
Tests required summary. |
| TextWithSummaryItemTest | class | core/ |
Tests using entity fields of the text summary field type. |
| TextWithSummaryItemTest.php | file | core/ |
|
| TextWithSummaryItemTest::$field | property | core/ |
Field entity. |
| TextWithSummaryItemTest::$fieldStorage | property | core/ |
Field storage entity. |
| TextWithSummaryItemTest::$modules | property | core/ |
|
| TextWithSummaryItemTest::createField | function | core/ |
Creates a text_with_summary field storage and field. |
| TextWithSummaryItemTest::setUp | function | core/ |
|
| TextWithSummaryItemTest::testCrudAndUpdate | function | core/ |
Tests processed properties. |
| theme-test--suggestion.html.twig | file | core/ |
{# Output for Theme API test #} Theme hook implementor=theme-test--suggestion.html.twig. Foo={{ foo }} |
| theme-test-deprecations-child.html.twig | file | core/ |
{# Test use of deprecated variables in a child template. #} {{- foo }}| {{- gaz }} |
| theme-test-deprecations-hook-theme.html.twig | file | core/ |
{# Test variables deprecated in hook_theme(). #} {{ foo }} |
| theme-test-deprecations-preprocess.html.twig | file | core/ |
{# Test use of variables deprecated in a preprocess hook. #} {% set set_var = 'set_var' %} {{- foo }}| {{- set_var }}| {%- for for_var in contents %} {{- for_var }}| {%- endfor %} {{- bar }} |
| theme-test-foo.html.twig | file | core/ |
{# Output for Theme API test #} {{ foo -}} |
| theme-test-function-template-override.html.twig | file | core/ |
{# Output for Theme API test #} Success: Template overrides theme function. |
| theme-test-general-suggestions--module-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
| theme-test-general-suggestions--theme-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
| theme-test-general-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
| theme-test-preprocess-callback.html.twig | file | core/ |
{{ foo }} |
| theme-test-preprocess-suggestions--kitten--bearcat.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} |
| theme-test-preprocess-suggestions--suggestion.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> |
| theme-test-preprocess-suggestions.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} |
| theme-test-registered-by-module.html.twig | file | core/ |
{# Output for Theme API test #} Template provided by theme is registered by module. |
| theme-test-render-element-children.html.twig | file | core/ |
{# Output for Theme API test #} {{ element -}} |
Pagination
- Previous page
- Page 712
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.