Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
RedirectOnExceptionTest class core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php Tests redirects on exception pages.
RedirectOnExceptionTest.php file core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
RedirectOnExceptionTest::$modules property core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php Modules to install.
RedirectOnExceptionTest::testRedirectOn404 function core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
RedirectResponseSubscriberTest::providerTestDestinationRedirectToExternalUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php Data provider for testDestinationRedirectToExternalUrl().
RedirectResponseSubscriberTest::testDestinationRedirectToExternalUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @dataProvider providerTestDestinationRedirectToExternalUrl
ReferenceAccessConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php Checks if the current user has access to newly referenced entities.
ReferenceAccessConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php
ReferenceAccessConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php
ReflectionFactory class core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php A plugin factory that maps instance configuration to constructor arguments.
ReflectionFactory.php file core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php
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 build a list of arguments for the constructor.
ReflectionFactoryTest class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @group Plugin
@coversDefaultClass \Drupal\Component\Plugin\Factory\ReflectionFactory[[api-linebreak]]
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 @covers ::createInstance[[api-linebreak]]
@dataProvider providerGetInstanceArguments
ReflectionFactoryTest::testGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @covers ::getInstanceArguments[[api-linebreak]]
@dataProvider providerGetInstanceArguments
RegexDirectoryIterator class core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php Iterates over files whose names match a regular expression in a directory.
RegexDirectoryIterator.php file core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php
RegexDirectoryIterator::accept function core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php Implements \RegexIterator::accept().
RegexDirectoryIterator::__construct function core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php RegexDirectoryIterator constructor.
RegexDirectoryIteratorTest class core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php @coversDefaultClass \Drupal\Component\FileSystem\RegexDirectoryIterator[[api-linebreak]]
@group FileSystem
RegexDirectoryIteratorTest.php file core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php
RegexDirectoryIteratorTest::providerTestRegexDirectoryIterator function core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php Provider for self::testRegexDirectoryIterator().
RegexDirectoryIteratorTest::testRegexDirectoryIterator function core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php @covers ::accept[[api-linebreak]]
@dataProvider providerTestRegexDirectoryIterator
RegexRecursiveFilterIterator class core/lib/Drupal/Core/Plugin/Discovery/RegexRecursiveFilterIterator.php Iterates over files whose names match a regular expression in a directory.
RegexRecursiveFilterIterator.php file core/lib/Drupal/Core/Plugin/Discovery/RegexRecursiveFilterIterator.php
RegexRecursiveFilterIterator::accept function core/lib/Drupal/Core/Plugin/Discovery/RegexRecursiveFilterIterator.php #[\ReturnTypeWillChange]
RegexRecursiveFilterIterator::getChildren function core/lib/Drupal/Core/Plugin/Discovery/RegexRecursiveFilterIterator.php #[\ReturnTypeWillChange]
RegexRecursiveFilterIterator::__construct function core/lib/Drupal/Core/Plugin/Discovery/RegexRecursiveFilterIterator.php RegexRecursiveFilterIterator constructor.
region--footer-bottom.html.twig file core/themes/olivero/templates/layout/region--footer-bottom.html.twig Olivero's theme override to display the footer bottom region.
region--footer-top.html.twig file core/themes/olivero/templates/layout/region--footer-top.html.twig Olivero's theme override to display the footer top region.
RelatedResourceTypesTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php The JSON:API resource type repository under test.
Relationship::getOmissions function core/modules/jsonapi/src/JsonApiResource/Relationship.php
RelationshipNodeFileDataTest::testViewsHandlerRelationshipFileToNode function core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php Tests using the views file_to_node relationship.
RelationshipNodeFileDataTest::testViewsHandlerRelationshipNodeToFile function core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php Tests using the views node_to_file relationship.
RelationshipUserFileDataTest::testViewsHandlerRelationshipFileToUser function core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php Tests using the views file_to_user relationship.
RelationshipUserFileDataTest::testViewsHandlerRelationshipUserToFile function core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php Tests using the views user_to_file relationship.
RemoteFileDirectoryTest class core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php Tests operations dealing with directories.
RemoteFileDirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php
RemoteFileDirectoryTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php A fully-qualified stream wrapper class name to register for the test.
RemoteFileDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php Modules to install.
RemoteFileDirectoryTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php A stream wrapper scheme to register for the test.
RemoteFileDirectoryTest::setUp function core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php
RemoteFileScanDirectoryTest class core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php Tests \Drupal\Core\File\FileSystemInterface::scanDirectory().
RemoteFileScanDirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php
RemoteFileScanDirectoryTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php A fully-qualified stream wrapper class name to register for the test.
RemoteFileScanDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php Modules to install.
RemoteFileScanDirectoryTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php A stream wrapper scheme to register for the test.

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