RegisterParamConvertersPass |
class |
Drupal\Core\DependencyInjection\Compiler |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterParamConvertersPass.php |
Registers EntityConverter services with the ParamConverterManager. |
|
1 |
|
RegisterPathProcessorsPass |
class |
Drupal\Core\DependencyInjection\Compiler |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterPathProcessorsPass.php |
Adds services to the 'path_processor_manager service. |
|
1 |
|
RegisterRouteEnhancersPass |
class |
Drupal\Core\DependencyInjection\Compiler |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php |
Registers route enhancer services with the router. |
|
1 |
|
RegisterRouteFiltersPass |
class |
Drupal\Core\DependencyInjection\Compiler |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteFiltersPass.php |
Adds services tagged 'nested_matcher' to the tagged_matcher service. |
|
1 |
|
RegisterSerializationClassesCompilerPass |
class |
Drupal\serialization |
drupal/core/modules/serialization/lib/Drupal/serialization/RegisterSerializationClassesCompilerPass.php |
Adds services tagged 'normalizer' and 'encoder' to the Serializer. |
|
|
|
RegisterServicesForDestructionPass |
class |
Drupal\Core\DependencyInjection\Compiler |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php |
Adds services tagged "needs_destruction" to the "kernel_destruct_subscriber"
service. |
|
1 |
|
RegisterStringTranslatorsPass |
class |
Drupal\Core\DependencyInjection\Compiler |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStringTranslatorsPass.php |
Adds services tagged 'string_translator' to the string_translation service. |
|
1 |
|
RegistryTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/RegistryTest.php |
Tests the ThemeRegistry class. |
|
|
|
RegressionTest |
class |
Drupal\system\Tests\Database |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php |
Tests for database regressions. |
|
|
|
ReindexConfirm |
class |
Drupal\search\Form |
drupal/core/modules/search/lib/Drupal/search/Form/ReindexConfirm.php |
Provides the search reindex confirmation form. |
|
|
1 |
RelationLinkManager |
class |
Drupal\rest\LinkManager |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManager.php |
|
|
1 |
2 |
RelationLinkManagerInterface |
interface |
Drupal\rest\LinkManager |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManagerInterface.php |
|
2 |
|
|
RelationshipJoinTestBase |
abstract class |
Drupal\views\Tests\Plugin |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php |
Provies a base class for a testing a relationship. |
2 |
1 |
|
RelationshipNodeTermDataTest |
class |
Drupal\taxonomy\Tests\Views |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipNodeTermDataTest.php |
Tests the node_term_data relationship handler. |
|
|
|
RelationshipPluginBase |
abstract class |
Drupal\views\Plugin\views\relationship |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Simple relationship handler that allows a new version of the primary table
to be linked in. |
5 |
2 |
|
RelationshipRepresentativeNode |
class |
Drupal\user\Tests\Views |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/RelationshipRepresentativeNode.php |
Tests the representative node relationship for users. |
|
|
|
RelationshipRepresentativeNode |
class |
Drupal\taxonomy\Tests\Views |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php |
Tests the representative node relationship for terms. |
|
|
|
RelationshipTest |
class |
Drupal\views\Tests\Handler |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
Tests the base relationship handler. |
|
|
|
ReliableQueueInterface |
interface |
Drupal\Core\Queue |
drupal/core/lib/Drupal/Core/Queue/ReliableQueueInterface.php |
Reliable queue interface. |
1 |
|
|
RemoteFileDirectoryTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileDirectoryTest.php |
Directory related tests. |
|
|
|
RemoteFileSaveUploadTest |
class |
Drupal\file\Tests |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
Tests the file_save_upload() function on remote filesystems. |
|
|
|
RemoteFileScanDirectoryTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileScanDirectoryTest.php |
Tests the file_scan_directory() function on remote filesystems. |
|
|
|
RemoteFileUnmanagedCopyTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php |
Unmanaged copy related tests on remote filesystems. |
|
|
|
RemoteFileUnmanagedDeleteRecursiveTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedDeleteRecursiveTest.php |
Deletion related tests on remote filesystems. |
|
|
|
RemoteFileUnmanagedDeleteTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedDeleteTest.php |
Deletion related tests on remote filesystems. |
|
|
|
RemoteFileUnmanagedMoveTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedMoveTest.php |
Unmanaged move related tests on remote filesystems. |
|
|
|
RemoteFileUnmanagedSaveDataTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php |
Tests the file_unmanaged_save_data() function on remote filesystems. |
|
|
|
RemoveAbstractDefinitionsPass |
class |
Symfony\Component\DependencyInjection\Compiler |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php |
Removes abstract Definitions |
|
|
|
RemoveCommand |
class |
Drupal\Core\Ajax |
drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php |
AJAX command for calling the jQuery remove() method. |
|
2 |
|
RemoveFeedItemTest |
class |
Drupal\aggregator\Tests |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php |
Tests functionality of removing a feed item in the Aggregator module. |
|
|
|
RemoveFeedTest |
class |
Drupal\aggregator\Tests |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php |
Tests functionality for removing feeds in the Aggregator module. |
|
|
|
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. |
|
|
|
RemoveRoleUser |
class |
Drupal\user\Plugin\Action |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/RemoveRoleUser.php |
Removes a role from a user. |
|
1 |
|
RemoveRoleUserTest |
class |
Drupal\user\Tests\Plugin\Action |
drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/RemoveRoleUserTest.php |
Tests the role remove plugin. |
|
|
|
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 |
|
|
|
|
Renderer |
class |
Symfony\Component\HttpKernel\Fragment\Tests\FragmentRenderer |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php |
|
|
|
|
RenderTest |
class |
Drupal\system\Tests\Common |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php |
Tests drupal_render(). |
|
|
|
ReorderDisplays |
class |
Drupal\views_ui\Form\Ajax |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ReorderDisplays.php |
Displays the display reorder form. |
|
|
|
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. |
|
7 |
|
ReplaceTitleCommand |
class |
Drupal\views\Ajax |
drupal/core/modules/views/lib/Drupal/views/Ajax/ReplaceTitleCommand.php |
Provides an AJAX command for replacing the page title. |
|
|
|
Request |
class |
Symfony\Component\HttpFoundation |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Request represents an HTTP request. |
2 |
213 |
2 |
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. |
|
|
2 |
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. |
|
20 |
2 |