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 |
|---|---|---|---|
| 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/ |
Modules to enable. |
| TextFormatterTest::setUp | function | core/ |
|
| TextFormatterTest::testFormatters | function | core/ |
Tests all text field formatters. |
| TextRequiredSummaryUpdateTest | class | core/ |
Tests updates for adding required summary flags to widgets and fields. |
| TextRequiredSummaryUpdateTest.php | file | core/ |
|
| TextRequiredSummaryUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TextRequiredSummaryUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| TextRequiredSummaryUpdateTest::testFieldAndWidgetUpdate | function | core/ |
Tests that widgets and fields are updated for required summary flag. |
| TextSummaryTest | class | core/ |
Tests text_summary() with different strings and lengths. |
| TextSummaryTest.php | file | core/ |
|
| TextSummaryTest::$modules | property | core/ |
Modules to enable. |
| TextSummaryTest::assertTextSummary | function | core/ |
Calls text_summary() and asserts that the expected teaser is returned. |
| TextSummaryTest::setUp | function | core/ |
|
| TextSummaryTest::testFirstSentenceQuestion | function | core/ |
Tests an edge case where the first sentence is a question and subsequent sentences are not. This edge case is documented at https://www.drupal.org/node/180425. |
| TextSummaryTest::testInvalidFilterFormat | function | core/ |
Test text_summary() returns an empty string without any error when called with an invalid format. |
| TextSummaryTest::testLength | function | core/ |
Test various summary length edge cases. |
| TextSummaryTest::testLongSentence | function | core/ |
Test summary with long example. |
| TextSummaryTest::testRequiredSummary | function | core/ |
Test 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/ |
Modules to enable. |
| TextWithSummaryItemTest::createField | function | core/ |
Creates a text_with_summary field storage and field. |
| TextWithSummaryItemTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| 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-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(). |
| 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(). |
| theme-test-general-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_alter(). |
| 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 -}} |
| theme-test-render-element.html.twig | file | core/ |
<div{{ attributes }}></div> |
| theme-test-specific-suggestions--variant--foo.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on suggestion alter hook determined by the base hook. <p>Theme hook suggestions: {{ theme_hook_suggestions|safe_join("<br />") }}</p> |
| theme-test-specific-suggestions--variant.html.twig | file | core/ |
{# Output for Theme API test #} Template matching the specific theme call. <p>Theme hook suggestions: {{ theme_hook_suggestions|safe_join("<br />") }}</p> |
| theme-test-specific-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Template for testing specific theme calls. |
| theme-test-suggestion-provided--foo.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on suggestion provided by the module declaring the theme hook. |
| theme-test-suggestion-provided.html.twig | file | core/ |
{# Output for Theme API test #} Template for testing suggestions provided by the module declaring the theme hook. |
| theme-test-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_HOOK_alter(). |
Pagination
- Previous page
- Page 686
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.