Search for end

  1. Search 7.x for end
  2. Search 8.9.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
RenderCacheIntegrationTest class core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests the general integration between views and the render cache.
RenderCacheIntegrationTest.php file core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
RenderCacheIntegrationTest::$modules property core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Modules to enable.
RenderCacheIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Views to be enabled.
RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for an entity-based view.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for a field-based view.
RenderCacheIntegrationTest::setUp function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
RenderCacheIntegrationTest::testBuildRenderableWithCacheContexts function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Ensure that the view renderable contains the cache contexts.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testViewAddCacheMetadata function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Ensures that saving a view calculates the cache contexts.
RenderCacheInterface interface core/lib/Drupal/Core/Render/RenderCacheInterface.php Defines an interface for caching rendered render arrays.
RenderCacheInterface.php file core/lib/Drupal/Core/Render/RenderCacheInterface.php
RenderCacheInterface::get function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets the cached, pre-rendered element of a renderable element from cache.
RenderCacheInterface::getCacheableRenderArray function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets a cacheable render array for a render array and its rendered output.
RenderCacheInterface::set function core/lib/Drupal/Core/Render/RenderCacheInterface.php Caches the rendered output of a renderable array.
RenderCacheTest class core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Tests the caching of render items via functional tests.
RenderCacheTest.php file core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php
RenderCacheTest::$modules property core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Modules to enable.
RenderCacheTest::doTestUser1WithContexts function core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Ensures that user 1 has a unique render cache for the given context.
RenderCacheTest::setUp function core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php
RenderCacheTest::testUser1PermissionContext function core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Tests that user 1 has a different permission context with the same roles.
RenderCacheTest::testUser1RolesContext function core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Tests that user 1 has a different roles context with the same roles.
RenderCacheWebTest class core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests render caching of blocks provided by views.
RenderCacheWebTest.php file core/modules/views/tests/src/Functional/RenderCacheWebTest.php
RenderCacheWebTest::$defaultTheme property core/modules/views/tests/src/Functional/RenderCacheWebTest.php The theme to install as the default for testing.
RenderCacheWebTest::$modules property core/modules/views/tests/src/Functional/RenderCacheWebTest.php Modules to enable.
RenderCacheWebTest::$nodes property core/modules/views/tests/src/Functional/RenderCacheWebTest.php The created nodes.
RenderCacheWebTest::$testViews property core/modules/views/tests/src/Functional/RenderCacheWebTest.php
RenderCacheWebTest::setUp function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Sets up the test.
RenderCacheWebTest::testEmptyView function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests rendering caching of a views block with arguments.
RenderCacheWebTest::testRepeatedDisplay function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests render caching for display rendered with different args on same page.
RenderCallbackInterface interface core/lib/Drupal/Core/Render/Element/RenderCallbackInterface.php Indicates all public methods are safe to use in render callbacks.
RenderCallbackInterface.php file core/lib/Drupal/Core/Render/Element/RenderCallbackInterface.php
RenderContext class core/lib/Drupal/Core/Render/RenderContext.php The render context: a stack containing bubbleable rendering metadata.
RenderContext.php file core/lib/Drupal/Core/Render/RenderContext.php
RenderContext::bubble function core/lib/Drupal/Core/Render/RenderContext.php Bubbles the stack.
RenderContext::update function core/lib/Drupal/Core/Render/RenderContext.php Updates the current frame of the stack.
RenderDeprecationController class core/modules/system/tests/modules/render_deprecation/src/RenderDeprecationController.php
RenderDeprecationController.php file core/modules/system/tests/modules/render_deprecation/src/RenderDeprecationController.php
RenderDeprecationController::buildRenderFunction function core/modules/system/tests/modules/render_deprecation/src/RenderDeprecationController.php
RenderDeprecationController::buildRenderService function core/modules/system/tests/modules/render_deprecation/src/RenderDeprecationController.php
RenderDeprecationController::renderArray function core/modules/system/tests/modules/render_deprecation/src/RenderDeprecationController.php
RenderDeprecationTest class core/tests/Drupal/FunctionalTests/Core/Render/RenderDeprecationTest.php Tests deprecated render() function.
RenderDeprecationTest.php file core/tests/Drupal/FunctionalTests/Core/Render/RenderDeprecationTest.php
RenderDeprecationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Render/RenderDeprecationTest.php The theme to install as the default for testing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.