Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
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
RestBundle class Drupal\rest drupal/core/modules/rest/lib/Drupal/rest/RestBundle.php Rest dependency injection container.
RestripeCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/RestripeCommand.php AJAX command for resetting the striping on a table. 1
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. 3 3
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.
Revision class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Revision.php A basic node_revision handler.
RevisionLink class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLink.php Field handler to present a link to a node revision. 2 2
RevisionLinkDelete class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkDelete.php Field handler to present link to delete a node revision.
RevisionLinkRevert class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkRevert.php Field handler to present a link to revert a node to a revision.
RevisionRelationships class Drupal\views\Tests\Node drupal/core/modules/views/lib/Drupal/views/Tests/Node/RevisionRelationships.php Tests basic node_revision table integration into views.
Role class Drupal\user\Plugin\views\access drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php Access plugin that provides role-based access control. 1
Roles class Drupal\user\Plugin\views\filter drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Roles.php Filter handler for user roles.
Roles class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php Field handler to provide a list of roles.
RolesRid class Drupal\user\Plugin\views\argument drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/RolesRid.php Allow role ID(s) as argument.
RootEntity class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php 1
Route class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Route.php 17
Route class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php A Route describes a route and its parameters. 46
Route class Symfony\Component\Routing\Annotation drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php Annotation class for @Route(). 1
RouteBuilder class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php Managing class for rebuilding the router table.
RouteBuildEvent class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php Represents route building information as event. 3
RouteCollection class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php A RouteCollection represents a set of Route instances as a tree structure. 43
RouteCollectionTest class Symfony\Component\Routing\Tests drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php
RouteCompiler class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php Compiler to generate derived information from a Route necessary for matching.
RouteCompiler class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php RouteCompiler compiles Route instances to CompiledRoute instances.
RouteCompilerInterface interface Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompilerInterface.php RouteCompilerInterface is the interface that all RouteCompiler classes must implement. 2 1
RouteCompilerTest class Symfony\Component\Routing\Tests drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php
RouteNotFoundException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php Exception thrown when a route does not exists 7
RouteProcessorSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/RouteProcessorSubscriber.php Listener to process request controller information.
Router class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php The Router class is an example of the integration of all pieces of the routing system for easier use.
RouterDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php RouterDataCollector.
RouterInterface interface Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php RouterInterface is the interface that all Router classes must implement. 1
RouterListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php Initializes the context from the request and sets request attributes based on a matching route. 1
RouterListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
RouterPermissionTest class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php Basic tests for access permissions in routes.
RouterTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php Tests menu router and hook_menu() functionality.
RouterTest class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php Functional class for the full integrated routing system.
RouterTestBundle class Drupal\router_test drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouterTestBundle.php Registers a dynamic route provider.
RouteSubscriber class Drupal\rest\EventSubscriber drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php Subscriber for REST-style routes.
RouteTest class Symfony\Component\Routing\Tests\Annotation drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php
RouteTest class Symfony\Component\Routing\Tests drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php
RouteTest class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php Basic tests for the Route.
RouteTestSubscriber class Drupal\router_test drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php Listens to the dynamic route event and add a test route.
RoutingEvents final class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/RoutingEvents.php Contains all events thrown in the core routing component. 3
RoutingFixtures class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php Utility methods to generate sample data, database configuration, etc.
RowPluginBase abstract class Drupal\views\Plugin\views\row drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php Default plugin to view a single row of a table. This is really just a wrapper around a theme function. 7 5
RowTest class Drupal\views_test_data\Plugin\views\row drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php Provides a general test row plugin. 1
RowUITest class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/RowUITest.php Tests the UI of row plugins.

Pages

Other projects