Search for render
- Search 7.x for render
- Search 9.5.x for render
- Search 8.9.x for render
- Search 11.x for render
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone | function | core/ |
Tests an entity-based view's cache tags when using the "none" cache plugin. |
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag | function | core/ |
Tests an entity-based view's cache tags when using the "tag" cache plugin. |
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime | function | core/ |
Tests an entity-based view's cache tags when using the "time" cache plugin. |
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone | function | core/ |
Tests a field-based view's cache tags when using the "none" cache plugin. |
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag | function | core/ |
Tests a field-based view's cache tags when using the "tag" cache plugin. |
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime | function | core/ |
Tests a field-based view's cache tags when using the "time" cache plugin. |
RenderCacheIntegrationTest::testViewAddCacheMetadata | function | core/ |
Ensures that saving a view calculates the cache contexts. |
RenderCacheInterface | interface | core/ |
Defines an interface for caching rendered render arrays. |
RenderCacheInterface.php | file | core/ |
|
RenderCacheInterface::get | function | core/ |
Gets the cached, pre-rendered element of a renderable element from cache. |
RenderCacheInterface::getCacheableRenderArray | function | core/ |
Gets a cacheable render array for a render array and its rendered output. |
RenderCacheInterface::set | function | core/ |
Caches the rendered output of a renderable array. |
RenderCacheTest | class | core/ |
Tests the caching of render items via functional tests. |
RenderCacheTest.php | file | core/ |
|
RenderCacheTest::$modules | property | core/ |
Modules to install. |
RenderCacheTest::$usesSuperUserAccessPolicy | property | core/ |
@todo Remove and fix test to not rely on super user. |
RenderCacheTest::doTestUser1WithContexts | function | core/ |
Ensures that user 1 has a unique render cache for the given context. |
RenderCacheTest::setUp | function | core/ |
|
RenderCacheTest::testUser1PermissionContext | function | core/ |
Tests that user 1 has a different permission context with the same roles. |
RenderCacheTest::testUser1RolesContext | function | core/ |
Tests that user 1 has a different roles context with the same roles. |
RenderCacheWebTest | class | core/ |
Tests render caching of blocks provided by views. |
RenderCacheWebTest.php | file | core/ |
|
RenderCacheWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RenderCacheWebTest::$modules | property | core/ |
Modules to install. |
RenderCacheWebTest::$nodes | property | core/ |
The created nodes. |
RenderCacheWebTest::$testViews | property | core/ |
|
RenderCacheWebTest::setUp | function | core/ |
Sets up the test. |
RenderCacheWebTest::testEmptyView | function | core/ |
Tests rendering caching of a views block with arguments. |
RenderCacheWebTest::testRepeatedDisplay | function | core/ |
Tests render caching for display rendered with different args on same page. |
RenderCallbackInterface | interface | core/ |
Indicates all public methods are safe to use in render callbacks. |
RenderCallbackInterface.php | file | core/ |
|
RenderCallbacks | class | core/ |
Defines a class for render element callbacks. |
RenderCallbacks | class | core/ |
Defines a class for render callbacks. |
RenderCallbacks.php | file | core/ |
|
RenderCallbacks.php | file | core/ |
|
RenderCallbacks::alterLayoutBuilder | function | core/ |
Pre-render callback for layout builder. |
RenderCallbacks::removeTabAttributes | function | core/ |
Render callback. |
RenderCallbacks::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
RenderContext | class | core/ |
The render context: a stack containing bubbleable rendering metadata. |
RenderContext.php | file | core/ |
|
RenderContext::bubble | function | core/ |
Bubbles the stack. |
RenderContext::update | function | core/ |
Updates the current frame of the stack. |
RenderedEntity | class | core/ |
Provides a field handler which renders an entity in a certain view mode. |
RenderedEntity.php | file | core/ |
|
RenderedEntity::$entityDisplayRepository | property | core/ |
The entity display repository. |
RenderedEntity::$entityRepository | property | core/ |
The entity repository service. |
RenderedEntity::$entityTypeManager | property | core/ |
The entity type manager. |
RenderedEntity::$languageManager | property | core/ |
The language manager. |
RenderedEntity::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
RenderedEntity::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.