Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
RefinableCacheableDependencyTrait::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTrait::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RefinableCacheableDependencyTraitTest class core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php Tests the cache RefinableCacheableDependencyTrait.
RefinableCacheableDependencyTraitTest.php file core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php
RefinableCacheableDependencyTraitTest::testNonCacheableDependencyAddDeprecation function core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php Tests non cacheable dependency add deprecation.
RefinableCalculatedPermissions class core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Represents a calculated set of permissions with cacheable metadata.
RefinableCalculatedPermissions.php file core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php
RefinableCalculatedPermissions::addItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Adds a calculated permission item.
RefinableCalculatedPermissions::merge function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Merge another calculated permissions object into this one.
RefinableCalculatedPermissions::mergeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Merges two items of identical scope and identifier.
RefinableCalculatedPermissions::removeItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Removes a single calculated permission item from a given scope.
RefinableCalculatedPermissions::removeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Removes all of the calculated permission items, regardless of scope.
RefinableCalculatedPermissions::removeItemsByScope function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Removes all of the calculated permission items for the given scope.
RefinableCalculatedPermissionsInterface interface core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Defines the refinable calculated permissions interface.
RefinableCalculatedPermissionsInterface.php file core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php
RefinableCalculatedPermissionsInterface::addItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Adds a calculated permission item.
RefinableCalculatedPermissionsInterface::merge function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Merge another calculated permissions object into this one.
RefinableCalculatedPermissionsInterface::removeItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes a single calculated permission item from a given scope.
RefinableCalculatedPermissionsInterface::removeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items, regardless of scope.
RefinableCalculatedPermissionsInterface::removeItemsByScope function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items for the given scope.
RefinableCalculatedPermissionsTest class core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the RefinableCalculatedPermissions class.
RefinableCalculatedPermissionsTest.php file core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php
RefinableCalculatedPermissionsTest::testAddItem function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the addition of a calculated permissions item.
RefinableCalculatedPermissionsTest::testAddItemOverwrite function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the overwriting of a calculated permissions item.
RefinableCalculatedPermissionsTest::testMerge function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests merging in another CalculatedPermissions object.
RefinableCalculatedPermissionsTest::testRemoveItem function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of a calculated permissions item.
RefinableCalculatedPermissionsTest::testRemoveItems function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of all calculated permissions items.
RefinableCalculatedPermissionsTest::testRemoveItemsByScope function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of calculated permissions items by scope.
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.
Reflection::getParameterClassName function core/lib/Drupal/Component/Utility/Reflection.php Gets the parameter's class name.
ReflectionFactory::createInstance function core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Creates a plugin instance based on the provided ID and configuration.
ReflectionFactory::getInstanceArguments function core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Inspects the plugin class and builds a list of constructor arguments.
ReflectionFactoryTest class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Tests Drupal\Component\Plugin\Factory\ReflectionFactory.
ReflectionFactoryTest.php file core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ReflectionFactoryTest::providerGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Data provider for testGetInstanceArguments.
ReflectionFactoryTest::testCreateInstance function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Tests create instance.
ReflectionFactoryTest::testGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Tests get instance arguments.
ReflectionTest class core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php Tests Drupal\Component\Utility\Reflection.

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