Search for end

  1. Search 7.x for end
  2. Search 9.5.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
RdfMapping::calculateDependencies function core/modules/rdf/src/Entity/RdfMapping.php Calculates dependencies and stores them in the dependency property.
RdfMappingConfigEntityUnitTest::testCalculateDependencies function core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
RdfMappingConfigEntityUnitTest::testCalculateDependenciesWithEntityBundle function core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
RecalculatedDependencyTest class core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php Tests system_post_update_recalculate_dependencies_for_installed_config_entities().
RecalculatedDependencyTest.php file core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php
RecalculatedDependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php The theme to install as the default for testing.
RecalculatedDependencyTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php Set database dump files to be used.
RecalculatedDependencyTest::testUpdate function core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php Ensures that the entities are resaved so they have the new dependency.
RedirectCommand::render function core/lib/Drupal/Core/Ajax/RedirectCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
RefinableCacheableDependencyInterface interface core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Allows to add cacheability metadata to an object for the current runtime.
RefinableCacheableDependencyInterface.php file core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php
RefinableCacheableDependencyInterface::addCacheableDependency function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds a dependency on an object: merges its cacheability metadata.
RefinableCacheableDependencyInterface::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache contexts.
RefinableCacheableDependencyInterface::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache tags.
RefinableCacheableDependencyInterface::mergeCacheMaxAge function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Merges the maximum age (in seconds) with the existing maximum age.
RefinableCacheableDependencyTrait trait core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface.
RefinableCacheableDependencyTrait.php file core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheableDependency function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::mergeCacheMaxAge function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableDependentAccessInterface interface core/modules/block_content/src/Access/RefinableDependentAccessInterface.php An interface to allow adding an access dependency.
RefinableDependentAccessInterface.php file core/modules/block_content/src/Access/RefinableDependentAccessInterface.php
RefinableDependentAccessInterface::addAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessInterface.php Adds an access dependency into the existing access dependency.
RefinableDependentAccessInterface::setAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessInterface.php Sets the access dependency.
RefinableDependentAccessTrait trait core/modules/block_content/src/Access/RefinableDependentAccessTrait.php Trait for \Drupal\block_content\Access\RefinableDependentAccessInterface.
RefinableDependentAccessTrait.php file core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::$accessDependency property core/modules/block_content/src/Access/RefinableDependentAccessTrait.php The access dependency.
RefinableDependentAccessTrait::addAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::getAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTrait::setAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
RefinableDependentAccessTraitTestClass class core/modules/block_content/tests/src/Unit/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.
RemoveCommand::render function core/lib/Drupal/Core/Ajax/RemoveCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
render function core/includes/common.inc Renders an element.
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.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 enable.
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

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