Search for test
- Search 7.x for test
- Search 9.5.x for test
- Search 8.9.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 |
|---|---|---|---|
| RendererDebugTest.php | file | core/ |
|
| RendererDebugTest::setUp | function | core/ |
|
| RendererDebugTest::testDebugOutput | function | core/ |
Test render debug output. |
| RendererPlaceholdersTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Renderer[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache[[api-linebreak]] @covers \Drupal\Core\Render\PlaceholderingRenderCache[[api-linebreak]] @group Render |
| RendererPlaceholdersTest.php | file | core/ |
|
| RendererPlaceholdersTest::assertPlaceholderRenderCache | function | core/ |
@internal |
| RendererPlaceholdersTest::generatePlaceholderElement | function | core/ |
Generates an element with a placeholder. |
| RendererPlaceholdersTest::generatePlaceholdersWithChildrenTestElement | function | core/ |
Generates an element with placeholders at 3 levels. |
| RendererPlaceholdersTest::generatePlaceholderWithLazyBuilderPreview | function | core/ |
Generates an element with a lazy builder and preview. |
| RendererPlaceholdersTest::providerPlaceholders | function | core/ |
Provides the two classes of placeholders: cacheable and uncacheable. |
| RendererPlaceholdersTest::setUp | function | core/ |
|
| RendererPlaceholdersTest::setupThemeManagerForDetails | function | core/ |
|
| RendererPlaceholdersTest::testCacheableParent | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::set[[api-linebreak]] |
| RendererPlaceholdersTest::testCacheableParentWithPostRequest | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]] @covers ::replacePlaceholders[[api-linebreak]] |
| RendererPlaceholdersTest::testChildrenPlusBuilder | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testCreatePlaceholderPropertyWithoutLazyBuilder | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testInvalidLazyBuilder | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testInvalidLazyBuilderArguments | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testNonArrayReturnFromLazyBuilder | function | core/ |
Tests that an error is thrown if a lazy builder doesn't return an array. |
| RendererPlaceholdersTest::testNonScalarLazyBuilderCallbackContext | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testPlaceholderingDisabledForPostRequests | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]] @covers \Drupal\Core\Render\PlaceholderingRenderCache::get[[api-linebreak]] @covers… |
| RendererPlaceholdersTest::testPropertiesPlusBuilder | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testRecursivePlaceholder | function | core/ |
Tests a placeholder that adds another placeholder. |
| RendererPlaceholdersTest::testRenderChildrenPlaceholdersDifferentArguments | function | core/ |
Tests the creation of an element with a child and a sub-child. |
| RendererPlaceholdersTest::testRenderLazyBuilderPreview | function | core/ |
Tests the creation of an element with a lazy_builder_preview. |
| RendererPlaceholdersTest::testScalarLazyBuilderCallbackContext | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererPlaceholdersTest::testUncacheableParent | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererRecursionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Renderer[[api-linebreak]] @group Render |
| RendererRecursionTest.php | file | core/ |
|
| RendererRecursionTest::setUpRenderRecursionComplexElements | function | core/ |
|
| RendererRecursionTest::testRenderRecursionWithNestedRender | function | core/ |
::render() may be called from anywhere. |
| RendererRecursionTest::testRenderRecursionWithNestedRenderInIsolation | function | core/ |
::renderInIsolation() may be called from anywhere. |
| RendererRecursionTest::testRenderRecursionWithNestedRenderRoot | function | core/ |
::renderRoot() may not be called inside of another ::renderRoot() call. |
| RendererTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Renderer[[api-linebreak]] @group Render |
| RendererTest.php | file | core/ |
|
| RendererTest::$defaultThemeVars | property | core/ |
|
| RendererTest::assertAccess | function | core/ |
Asserts that a render array with access checking renders correctly. |
| RendererTest::providerAccessValues | function | core/ |
Provides a list of both booleans. |
| RendererTest::providerRenderCache | function | core/ |
Provides a list of access conditions and expected cache metadata. |
| RendererTest::providerRenderTwice | function | core/ |
Provides a list of render array iterations. |
| RendererTest::providerTestAddCacheableDependency | function | core/ |
|
| RendererTest::providerTestRenderBasic | function | core/ |
Provides a list of render arrays to test basic rendering. |
| RendererTest::providerTestRenderCacheMaxAge | function | core/ |
|
| RendererTest::providerTestRenderCacheProperties | function | core/ |
Data provider for ::testRenderCacheProperties(). |
| RendererTest::testAddCacheableDependency | function | core/ |
@covers ::addCacheableDependency[[api-linebreak]] |
| RendererTest::testRenderAccessCacheabilityDependencyInheritance | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererTest::testRenderBasic | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] |
| RendererTest::testRenderCache | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::set[[api-linebreak]] |
| RendererTest::testRenderCacheMaxAge | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::set[[api-linebreak]] |
| RendererTest::testRenderCacheProperties | function | core/ |
Tests that #cache_properties are properly handled. |
Pagination
- Previous page
- Page 586
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.