Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search main for end
  6. Other projects
Title Object type File name Summary
RefinableCacheableDependencyTraitTest::testNonCacheableDependencyAddDeprecation function core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php Tests non cacheable dependency add deprecation.
RefinableDependentAccessInterface interface core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php An interface to allow adding an access dependency.
RefinableDependentAccessInterface.php file core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php
RefinableDependentAccessInterface::addAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php Adds an access dependency into the existing access dependency.
RefinableDependentAccessInterface::setAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php Sets the access dependency.
RefinableDependentAccessTrait trait core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php Trait for \Drupal\Core\Access\RefinableDependentAccessInterface.
RefinableDependentAccessTrait.php file core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::$accessDependency property core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php The access dependency.
RefinableDependentAccessTrait::addAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::getAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::setAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTraitTestClass class core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Test class that implements RefinableDependentAccessInterface.
RelationshipPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Calculates dependencies for the configured plugin.
RelationshipTest::testRelationshipRender function core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php Tests rendering of a view with a relationship.
RemovableDependentPluginInterface interface core/lib/Drupal/Core/Plugin/RemovableDependentPluginInterface.php Provides an interface for plugins that react when dependencies are removed.
RemovableDependentPluginInterface.php file core/lib/Drupal/Core/Plugin/RemovableDependentPluginInterface.php
RemovableDependentPluginInterface::onCollectionDependencyRemoval function core/lib/Drupal/Core/Plugin/RemovableDependentPluginInterface.php Informs the plugin in a collection to act on removal of dependencies.
RemovableDependentPluginReturn.php file core/lib/Drupal/Core/Plugin/RemovableDependentPluginReturn.php
RemoveCommand::render function core/lib/Drupal/Core/Ajax/RemoveCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Render API overview group core/lib/Drupal/Core/Render/theme.api.php Overview of the Theme system and Render API.
RenderableInterface interface core/lib/Drupal/Core/Render/RenderableInterface.php Defines an object which can be rendered by the Render API.
RenderableInterface.php file core/lib/Drupal/Core/Render/RenderableInterface.php
RenderableInterface::toRenderable function core/lib/Drupal/Core/Render/RenderableInterface.php Returns a render array representation of the object.
RenderArrayNonHtmlSubscriber class core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php Throws 406 if requesting non-HTML format and controller returns render array.
RenderArrayNonHtmlSubscriber.php file core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
RenderArrayNonHtmlSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
RenderArrayNonHtmlSubscriber::onRespond function core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php Throws an HTTP 406 error if client requested a non-HTML format.
RenderArrayNonHtmlSubscriberTest class core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php Functional test verifying that render array throws 406 for non-HTML requests.
RenderArrayNonHtmlSubscriberTest class core/modules/system/tests/src/Kernel/Render/RenderArrayNonHtmlSubscriberTest.php Functional test verifying that render array throws 406 for non-HTML requests.
RenderArrayNonHtmlSubscriberTest.php file core/modules/system/tests/src/Kernel/Render/RenderArrayNonHtmlSubscriberTest.php
RenderArrayNonHtmlSubscriberTest.php file core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php
RenderArrayNonHtmlSubscriberTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php The theme to install as the default for testing.
RenderArrayNonHtmlSubscriberTest::$modules property core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php Modules to install.
RenderArrayNonHtmlSubscriberTest::$modules property core/modules/system/tests/src/Kernel/Render/RenderArrayNonHtmlSubscriberTest.php Modules to install.
RenderArrayNonHtmlSubscriberTest::testResponses function core/modules/system/tests/src/Kernel/Render/RenderArrayNonHtmlSubscriberTest.php Tests handling of responses by events subscriber.
RenderArrayNonHtmlSubscriberTest::testResponses function core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php Tests handling of responses by events subscriber.
RenderArrayNonHtmlSubscriberTestController class core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php Controller for testing testing non-HTML requests.
RenderArrayNonHtmlSubscriberTestController.php file core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController::rawString function core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController::renderArray function core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderAttachedTestController class core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Controller for various permutations of #attached in the render array.
RenderAttachedTestController.php file core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php
RenderAttachedTestController::feed function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached feed rendering.
RenderAttachedTestController::head function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached HTML head rendering.
RenderAttachedTestController::header function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached HTML head rendering.
RenderAttachedTestController::htmlHeaderLink function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests HTTP header rendering for link.
RenderAttachedTestController::teapotHeaderStatus function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests special header and status code rendering.
RenderCache class core/lib/Drupal/Core/Render/RenderCache.php Wraps the caching logic for the render caching system.
RenderCache.php file core/lib/Drupal/Core/Render/RenderCache.php
RenderCache::get function core/lib/Drupal/Core/Render/RenderCache.php Gets the cached, pre-rendered element of a renderable element from cache.

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