Search for render

  1. Search 7.x for render
  2. Search 9.5.x for render
  3. Search 8.9.x for render
  4. Search 10.3.x for render
  5. Other projects
Title Object type File name Summary
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 install.
RenderCacheTest::$usesSuperUserAccessPolicy property core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php @todo Remove and fix test to not rely on super user.
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 install.
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
RenderCallbacks class core/modules/navigation/src/RenderCallbacks.php Defines a class for render element callbacks.
RenderCallbacks class core/modules/announcements_feed/src/RenderCallbacks.php Defines a class for render callbacks.
RenderCallbacks.php file core/modules/announcements_feed/src/RenderCallbacks.php
RenderCallbacks.php file core/modules/navigation/src/RenderCallbacks.php
RenderCallbacks::alterLayoutBuilder function core/modules/navigation/src/RenderCallbacks.php Pre-render callback for layout builder.
RenderCallbacks::removeTabAttributes function core/modules/announcements_feed/src/RenderCallbacks.php Render callback.
RenderCallbacks::trustedCallbacks function core/modules/announcements_feed/src/RenderCallbacks.php Lists the trusted callbacks provided by the implementing class.
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.
RenderedEntity class core/modules/views/src/Plugin/views/field/RenderedEntity.php Provides a field handler which renders an entity in a certain view mode.
RenderedEntity.php file core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::$entityDisplayRepository property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity display repository.
RenderedEntity::$entityRepository property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity repository service.
RenderedEntity::$entityTypeManager property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity type manager.
RenderedEntity::$languageManager property core/modules/views/src/Plugin/views/field/RenderedEntity.php The language manager.
RenderedEntity::buildOptionsForm function core/modules/views/src/Plugin/views/field/RenderedEntity.php Default option form that provides label widget that all fields should have.
RenderedEntity::calculateDependencies function core/modules/views/src/Plugin/views/field/RenderedEntity.php Calculates dependencies for the configured plugin.
RenderedEntity::create function core/modules/views/src/Plugin/views/field/RenderedEntity.php Creates an instance of the plugin.
RenderedEntity::defineOptions function core/modules/views/src/Plugin/views/field/RenderedEntity.php Information about options for all kinds of purposes will be held here.
RenderedEntity::getCacheContexts function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache contexts associated with this object.
RenderedEntity::getCacheMaxAge function core/modules/views/src/Plugin/views/field/RenderedEntity.php The maximum age for which this object may be cached.
RenderedEntity::getCacheTags function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache tags associated with this object.
RenderedEntity::getEntityRepository function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getEntityTypeId function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the entity type identifier.
RenderedEntity::getEntityTypeManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getLanguageManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the language manager.
RenderedEntity::getView function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the top object of a view.
RenderedEntity::query function core/modules/views/src/Plugin/views/field/RenderedEntity.php Called to add the field to a query.

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