Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
RequestContextAwareInterface interface Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php @api 3 7
RequestDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php RequestDataCollector. 2
RequestDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
RequestException class Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/RequestException.php Http request exception 2 11
RequestFactory class Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php Default HTTP request factory used to create the default { 1
RequestFactoryInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php Request factory used to create HTTP requests 1 2
RequestHandler class Drupal\rest drupal/core/modules/rest/lib/Drupal/rest/RequestHandler.php Acts as intermediate request forwarder for resource plugins.
RequestInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php Generic HTTP request interface 2 10
RequestMatcher abstract class Symfony\Cmf\Component\Routing\Tests\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php
RequestMatcher class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php RequestMatcher compares a pre-defined set of checks against a Request instance. 1
RequestMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php RequestMatcherInterface is the interface that all request matcher classes must implement. 6 6
RequestMatcherInterface interface Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php RequestMatcherInterface is an interface for strategies to match a Request. 1 1
RequestMatcherTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMediator class Guzzle\Http\Curl drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/RequestMediator.php Mediator between curl handles and request objects
RequestTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
Required Deprecated class Symfony\Component\Validator\Constraints\Collection drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection/Required.php @author Bernhard Schussek <bschussek@gmail.com>
Required class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Required.php @author Bernhard Schussek <bschussek@gmail.com> 1 4
Required final class Doctrine\Common\Annotations\Annotation drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Required.php Annotation that can be used to signal to the parser to check if that attribute is required during the parsing process.
RequiredTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/RequiredTest.php Test required modules functionality.
RequirementsClassDocBlockTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/RequirementsClassDocBlockTest.php @requires PHP 5.3 @requires PHPUnit 3.8 @requires function testFuncClass @requires extension testExtClass
RequirementsTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/RequirementsTest.php
ResettableStaticUnitTest class Drupal\system\Tests\Bootstrap drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php Tests that resetting static variables works.
ResolveDefinitionTemplatesPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php This replaces all DefinitionDecorator instances with their equivalent fully merged Definition instance. 1
ResolveDefinitionTemplatesPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php
ResolveInvalidReferencesPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php Emulates the invalid behavior if the reference is not found within the container. 1
ResolveInvalidReferencesPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php
ResolveParameterPlaceHoldersPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php Resolves all parameter placeholders "%somevalue%" to their real values.
ResolveReferencesToAliasesPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php Replaces all references to aliases with references to the actual service. 1
ResolveReferencesToAliasesPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php
ResourceBase abstract class Drupal\rest\Plugin drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php Common base class for resource plugins. 2 2
ResourceInterface interface Drupal\rest\Plugin drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceInterface.php Specifies the publicly available methods of a resource plugin. 1
ResourceInterface interface Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php A resource is something formulae can be loaded from. 3 6
ResourceNotFoundException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ResourceNotFoundException.php The resource was not found. 18
ResourcePluginManager class Drupal\rest\Plugin\Type drupal/core/modules/rest/lib/Drupal/rest/Plugin/Type/ResourcePluginManager.php Manages discovery and instantiation of resource plugins. 1 2
ResourceResponse class Drupal\rest drupal/core/modules/rest/lib/Drupal/rest/ResourceResponse.php Contains data for serialization before sending the response. 2
Response class Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php Guzzle HTTP response object 2
Response class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php Response represents an HTTP response. 5 88
ResponseHeaderBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php ResponseHeaderBag is a container for Response HTTP headers. 3
ResponseHeaderBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php
ResponseListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ResponseListener.php ResponseListener fixes the Response headers based on the Request. 1
ResponseListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
ResponseTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
ResponseTestCase abstract class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php 2
RestExport class Drupal\rest\Plugin\views\display drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php The plugin that handles Data response callbacks for REST resources.
RestripeCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/RestripeCommand.php AJAX command for resetting the striping on a table. 2
RESTTestBase abstract class Drupal\rest\Tests drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php Test helper class that provides a REST client method to send HTTP requests. 5 5
Result class Drupal\views\Plugin\views\area drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Result.php Views area handler to display some configurable result summary.
RetrieveFileTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/RetrieveFileTest.php Test HTTP file downloading capability.
ReverseProxySubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ReverseProxySubscriber.php Reverse proxy subscriber for controller requests. 1 2
ReverseProxySubscriberUnitTest class Drupal\Tests\Core\EventSubscriber drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ReverseProxySubscriberUnitTest.php Tests the ReverseProxySubscriber.

Pages

Other projects