RemoveCommand |
class |
Drupal\Core\Ajax |
drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php |
AJAX command for calling the jQuery remove() method. |
|
1 |
|
RemoveFeedItemTest |
class |
Drupal\aggregator\Tests |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php |
|
|
|
|
RemoveFeedTest |
class |
Drupal\aggregator\Tests |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php |
|
|
|
|
RemovePrivateAliasesPass |
class |
Symfony\Component\DependencyInjection\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php |
Remove private aliases from the container. They were only used to establish
dependencies between services, and these dependencies have been resolved in
one of the previous passes. |
|
|
|
RemoveUnusedDefinitionsPass |
class |
Symfony\Component\DependencyInjection\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php |
Removes unused service definitions from the container. |
|
1 |
|
RemoveUnusedDefinitionsPassTest |
class |
Symfony\Component\DependencyInjection\Tests\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php |
|
|
|
|
RenderTest |
class |
Drupal\system\Tests\Common |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php |
Tests drupal_render(). |
|
|
|
RepeatablePassInterface |
interface |
Symfony\Component\DependencyInjection\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php |
Interface that must be implemented by passes that are run as part of an
RepeatedPass. |
3 |
|
|
RepeatedPass |
class |
Symfony\Component\DependencyInjection\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php |
A pass that might be run repeatedly. |
|
3 |
|
ReplaceAliasByActualDefinitionPass |
class |
Symfony\Component\DependencyInjection\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php |
Replaces aliases with actual service definitions, effectively removing these
aliases. |
|
1 |
|
ReplaceAliasByActualDefinitionPassTest |
class |
Symfony\Component\DependencyInjection\Tests\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php |
|
|
|
|
ReplaceCommand |
class |
Drupal\Core\Ajax |
drupal/core/lib/Drupal/Core/Ajax/ReplaceCommand.php |
AJAX command for calling the jQuery replace() method. |
|
2 |
|
Request |
class |
Symfony\Component\HttpFoundation |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Request represents an HTTP request. |
2 |
100 |
|
Request |
class |
Guzzle\Http\Message |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
HTTP request class to send requests |
1 |
|
|
RequestCloseSubscriber |
class |
Drupal\Core\EventSubscriber |
drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php |
Subscriber for all responses. |
|
|
|
RequestContentProxy |
class |
Symfony\Component\HttpFoundation\Tests |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
|
|
|
RequestContext |
class |
Symfony\Component\Routing |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Holds information about the current request. |
|
16 |
|
RequestContextAwareInterface |
interface |
Symfony\Component\Routing |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php |
@api |
4 |
6 |
|
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 |
1 |
4 |
|
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 |
9 |
|
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\HttpFoundation |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php |
RequestMatcherInterface is an interface for strategies to match a Request. |
1 |
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. |
4 |
6 |
|
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 |
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. |
|
|
|
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 |
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. |
|
16 |
|
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 |
|
ResourceResponse |
class |
Drupal\rest |
drupal/core/modules/rest/lib/Drupal/rest/ResourceResponse.php |
Contains data for serialization before sending the response. |
|
2 |
|
Response |
class |
Symfony\Component\HttpFoundation |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Response represents an HTTP response. |
4 |
67 |
|
Response |
class |
Guzzle\Http\Message |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Guzzle HTTP response object |
|
2 |
|
ResponseHeaderBag |
class |
Symfony\Component\HttpFoundation |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
ResponseHeaderBag is a container for Response HTTP headers. |
|
2 |
|
ResponseHeaderBagTest |
class |
Symfony\Component\HttpFoundation\Tests |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
|
|
|
|