Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ReadOnlyException class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/ReadOnlyException.php Exception thrown when trying to write or set ready-only data. 2
ReadOnlyStream abstract class Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Defines a read-only Drupal stream wrapper base class.
ReadOnlyStreamWrapperTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php Tests that files can not be written using ReadOnlyStreamWrapper functions.
ReadTest class Drupal\rest\Tests drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php Tests resource read operations on test entities, nodes and users.
RealServiceInstantiator class Symfony\Component\DependencyInjection\LazyProxy\Instantiator drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php Noop proxy instantiator - simply produces the real service instead of a proxy instance. 2
RealServiceInstantiatorTest class Symfony\Component\DependencyInjection\Tests\LazyProxy\Instantiator drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php Tests for { @author Marco Pivetta <ocramius@gmail.com>
Rearrange class Drupal\views_ui\Form\Ajax drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Rearrange.php Provides a rearrange form for Views handlers.
RearrangeFieldsTest class Drupal\views_ui\Tests drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RearrangeFieldsTest.php Tests the reordering of fields via AJAX.
RearrangeFilter class Drupal\views_ui\Form\Ajax drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/RearrangeFilter.php Provides a rearrange form for Views filters. 1
RearrangeFilterTest class Drupal\views_ui\Tests\Form\Ajax drupal/core/modules/views_ui/tests/Drupal/views_ui/Tests/Form/Ajax/RearrangeFilterTest.php Tests RearrangeFilter's methods.
RebuildTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php Tests rebuilding the menu by setting 'menu_rebuild_needed.'
RebuildTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php Tests form rebuilding.
RecentCommentsBlock class Drupal\comment\Plugin\Block drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php Provides a 'Recent comments' block.
RecentContentBlock class Drupal\node\Plugin\Block drupal/core/modules/node/lib/Drupal/node/Plugin/Block/RecentContentBlock.php Provides a 'Recent content' block.
RecursiveRenderingException class Drupal\entity_reference drupal/core/modules/entity_reference/lib/Drupal/entity_reference/RecursiveRenderingException.php Exception thrown when the entity view renderer goes into a potentially infinite loop. 1
RedirectableUrlMatcher abstract class Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php @author Fabien Potencier <fabien@symfony.com>
RedirectableUrlMatcher class Symfony\Component\Routing\Tests\Fixtures drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php @author Fabien Potencier <fabien@symfony.com> 1
RedirectableUrlMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php RedirectableUrlMatcherInterface knows how to redirect the user. 2 1
RedirectableUrlMatcherTest class Symfony\Component\Routing\Tests\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php
RedirectCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/RedirectCommand.php Defines an AJAX command to set the window.location, loading that URL. 1
RedirectPlugin class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php Plugin to implement HTTP redirects. Can redirect like a web browser or using strict RFC 2616 compliance 1
RedirectResponse class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php RedirectResponse represents an HTTP response doing a redirect. 19
RedirectResponseTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php
RedirectRouteInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php Document for redirection entries with the RedirectController.
RedirectTest class Drupal\views_ui\Tests drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RedirectTest.php Tests the redirecting after saving a views.
RedirectTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/RedirectTest.php Tests form redirection.
RedisCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/RedisCache.php Redis cache provider. 1
RedisCacheTest class Doctrine\Tests\Common\Cache drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php
RedisMock class Symfony\Component\HttpKernel\Tests\Profiler\Mock drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php RedisMock for simulating Redis extension in tests. 1
RedisProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php RedisProfilerStorage stores profiling information in Redis. 1
RedisProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php
Reference class Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Reference.php 1
Reference class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Reference.php Reference represents a service reference. 52
ReferenceTest class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php
ReflectionFactory class Drupal\Component\Plugin\Factory drupal/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php A plugin factory that maps instance configuration to constructor arguments. 4
ReflectionProviderInterface interface Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php 1
ReflectionService interface Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php Very simple reflection service abstraction. 2 2
Regex class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Regex.php @author Bernhard Schussek <bschussek@gmail.com> 1
RegexValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/RegexValidator.php Validates whether a value match or not given regexp pattern 1
RegexValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php
RegionalForm class Drupal\system\Form drupal/core/modules/system/lib/Drupal/system/Form/RegionalForm.php Configure regional settings for this site. 1
RegionContentTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/RegionContentTest.php Tests drupal_add_region_content() and drupal_get_region_content().
RegisterAccessCheck class Drupal\user\Access drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php Access check for user registration routes. 2
RegisterAccessChecksPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php Adds services tagged 'access_check' to the access_manager service. 1
RegisterEntityResolversCompilerPass class Drupal\serialization drupal/core/modules/serialization/lib/Drupal/serialization/RegisterEntityResolversCompilerPass.php Adds services tagged 'normalizer' and 'encoder' to the Serializer.
RegisterFormController class Drupal\user drupal/core/modules/user/lib/Drupal/user/RegisterFormController.php Form controller for the user register forms.
RegisterKernelListenersPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterKernelListenersPass.php 1
RegisterListenersPass class Symfony\Component\HttpKernel\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php Compiler pass to register tagged services for an event dispatcher. 1
RegisterListenersPassTest class Symfony\Component\HttpKernel\Tests\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php
RegisterMatchersPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterMatchersPass.php Adds services tagged 'chained_matcher' to the 'matcher' service. 1

Pages

Other projects