Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| RendererBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| RendererBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| RendererBase::preRender | function | core/ |
Runs before each entity is rendered. |
| RendererBase::query | function | core/ |
Alters the query if needed. |
| RendererBase::render | function | core/ |
Renders entity data. |
| RendererBase::__construct | function | core/ |
Constructs a renderer object. |
| RendererBubblingTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Renderer[[api-linebreak]] @group Render |
| RendererBubblingTest.php | file | core/ |
Contains \Drupal\Tests\Core\Render\RendererBubblingTest. |
| RendererBubblingTest::providerTestBubblingWithPrerender | function | core/ |
Provides two test elements: one without, and one with the theme system. |
| RendererBubblingTest::providerTestContextBubblingEdgeCases | function | core/ |
|
| RendererBubblingTest::setUp | function | core/ |
|
| RendererBubblingTest::testBubblingWithoutPreRender | function | core/ |
Tests bubbling of assets when NOT using #pre_render callbacks. |
| RendererBubblingTest::testBubblingWithPrerender | function | core/ |
Tests bubbling of bubbleable metadata added by #pre_render callbacks. |
| RendererBubblingTest::testConditionalCacheContextBubblingSelfHealing | function | core/ |
Tests the self-healing of the redirect with conditional cache contexts. |
| RendererBubblingTest::testContextBubblingCustomCacheBin | function | core/ |
Tests cache context bubbling with a custom cache bin. |
| RendererBubblingTest::testContextBubblingEdgeCases | function | core/ |
Tests cache context bubbling in edge cases, because it affects the CID. |
| RendererBubblingTest::testOverWriteCacheKeys | function | core/ |
Tests that an element's cache keys cannot be changed during its rendering. |
| RendererCallbackTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Renderer[[api-linebreak]] @group Render @group legacy Once Renderer::doCallback() throws exceptions this will no longer be a legacy test. |
| RendererCallbackTest.php | file | core/ |
|
| RendererCallbackTest::providerTestCallback | function | core/ |
Data provider for testCallback(). |
| RendererCallbackTest::renderCallback | function | core/ |
A test render callback. |
| RendererCallbackTest::setUp | function | core/ |
|
| RendererCallbackTest::testCallback | function | core/ |
Tests the expected deprecations are triggered by Renderer::doCallback(). |
| RendererCallbackTest::__invoke | function | core/ |
Implements magic method as a render callback. |
| RendererInterface | interface | core/ |
Defines an interface for turning a render array into a string. |
| RendererInterface.php | file | core/ |
|
| RendererInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
| RendererInterface::executeInRenderContext | function | core/ |
Executes a callable within a render context. |
| RendererInterface::hasRenderContext | function | core/ |
Checks whether a render context is active. |
| RendererInterface::mergeBubbleableMetadata | function | core/ |
Merges the bubbleable rendering metadata o/t 2nd render array with the 1st. |
| RendererInterface::render | function | core/ |
Renders HTML given a structured array tree. |
| RendererInterface::renderPlaceholder | function | core/ |
Renders final HTML for a placeholder. |
| RendererInterface::renderPlain | function | core/ |
Renders final HTML in situations where no assets are needed. |
| RendererInterface::renderRoot | function | core/ |
Renders final HTML given a structured array tree. |
| RendererLegacyTest | class | core/ |
Deprecation tests cases for the render layer. |
| RendererLegacyTest.php | file | core/ |
|
| RendererLegacyTest::providerAttributes | function | core/ |
Provides a list of attributes to test. |
| RendererLegacyTest::providerElements | function | core/ |
Provides a list of elements to test. |
| RendererLegacyTest::testDrupalProcessStates | function | core/ |
Tests deprecation of the drupal_process_states() function. |
| RendererLegacyTest::testHeaderAttributes | function | core/ |
Tests deprecation of the drupal_http_header_attributes() function. |
| 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/ |
Contains \Drupal\Tests\Core\Render\RendererPlaceholdersTest. |
| RendererPlaceholdersTest::assertPlaceholderRenderCache | function | core/ |
|
| RendererPlaceholdersTest::generatePlaceholderElement | function | core/ |
Generates an element with a placeholder. |
| RendererPlaceholdersTest::generatePlaceholdersWithChildrenTestElement | function | core/ |
Generates an element with placeholders at 3 levels. |
| 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]] @covers… |
| RendererPlaceholdersTest::testCacheableParentWithPostRequest | function | core/ |
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]] @covers ::replacePlaceholders[[api-linebreak]] |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.