Search for reverse
- Search 7.x for reverse
 - Search 9.5.x for reverse
 - Search 8.9.x for reverse
 - Search 10.3.x for reverse
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| Drupal\Component\DependencyInjection\ReverseContainer | service | core/ | 
                                                                                        |
| EntityReverse | class | core/ | 
                                                                                        A relationship handlers which reverse entity references. | 
| EntityReverse.php | file | core/ | 
                                                                                        |
| EntityReverse::$first_alias | property | core/ | 
                                                                                        The alias for the left table. | 
| EntityReverse::$joinManager | property | core/ | 
                                                                                        The views plugin join manager. | 
| EntityReverse::create | function | core/ | 
                                                                                        Instantiates a new instance of the implementing class using autowiring. | 
| EntityReverse::query | function | core/ | 
                                                                                        Called to implement a relationship in a query. | 
| EntityReverse::__construct | function | core/ | 
                                                                                        Constructs an EntityReverse object. | 
| EntityReverseJoinTest | class | core/ | 
                                                                                        Tests the EntityReverse join plugin. | 
| EntityReverseJoinTest.php | file | core/ | 
                                                                                        |
| EntityReverseJoinTest::$testViews | property | core/ | 
                                                                                        Views to be enabled. | 
| EntityReverseJoinTest::testJoinThroughRelationship | function | core/ | 
                                                                                        Tests that the EntityReverse plugin loads the correct join plugin. | 
| GraphTest::assertReversePaths | function | core/ | 
                                                                                        Verify expected reverse paths in a graph. | 
| HelpPageReverseOrderTest | class | core/ | 
                                                                                        Verify the order of the help page with an alter hook. | 
| HelpPageReverseOrderTest.php | file | core/ | 
                                                                                        |
| HelpPageReverseOrderTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| HelpPageReverseOrderTest::$modules | property | core/ | 
                                                                                        Modules to install. | 
| HelpPageReverseOrderTest::$stringOrder | property | core/ | 
                                                                                        Strings to search for on admin/help, in order. | 
| http_middleware.reverse_proxy | service | core/ | 
                                                                                        Drupal\Core\StackMiddleware\ReverseProxyMiddleware | 
| PhpUnitTestDiscovery::$reverseMap | property | core/ | 
                                                                                        The reverse map of legacy test suite identifiers to phpunit.xml ones. | 
| ReverseContainer | class | core/ | 
                                                                                        Retrieves service IDs from the container for public services. | 
| ReverseContainer.php | file | core/ | 
                                                                                        |
| ReverseContainer::$getServiceId | property | core/ | 
                                                                                        A closure on the container that can search for services. | 
| ReverseContainer::$recordedServices | property | core/ | 
                                                                                        A static map of services to a hash. | 
| ReverseContainer::generateServiceIdHash | function | core/ | 
                                                                                        Generates an identifier for a service based on the object class and hash. | 
| ReverseContainer::getId | function | core/ | 
                                                                                        Returns the ID of the passed object when it exists as a service. | 
| ReverseContainer::recordContainer | function | core/ | 
                                                                                        Records a map of the container's services. | 
| ReverseContainer::__construct | function | core/ | 
                                                                                        Constructs a ReverseContainer object. | 
| ReverseContainerTest | class | core/ | 
                                                                                        Tests the ReverseContainer class. | 
| ReverseContainerTest.php | file | core/ | 
                                                                                        |
| ReverseContainerTest::testGetId | function | core/ | 
                                                                                        @legacy-covers ::getId | 
| ReverseContainerTest::testRecordContainer | function | core/ | 
                                                                                        @legacy-covers ::recordContainer | 
| ReverseProxyMiddleware | class | core/ | 
                                                                                        Provides support for reverse proxies. | 
| ReverseProxyMiddleware.php | file | core/ | 
                                                                                        |
| ReverseProxyMiddleware::$httpKernel | property | core/ | 
                                                                                        The decorated kernel. | 
| ReverseProxyMiddleware::$settings | property | core/ | 
                                                                                        The site settings. | 
| ReverseProxyMiddleware::handle | function | core/ | 
                                                                                        |
| ReverseProxyMiddleware::setSettingsOnRequest | function | core/ | 
                                                                                        Sets reverse proxy settings on Request object. | 
| ReverseProxyMiddleware::__construct | function | core/ | 
                                                                                        Constructs a ReverseProxyMiddleware object. | 
| ReverseProxyMiddlewareTest | class | core/ | 
                                                                                        Unit test the reverse proxy stack middleware. | 
| ReverseProxyMiddlewareTest.php | file | core/ | 
                                                                                        |
| ReverseProxyMiddlewareTest::$mockHttpKernel | property | core/ | 
                                                                                        |
| ReverseProxyMiddlewareTest::reverseProxyEnabledProvider | function | core/ | 
                                                                                        Data provider for testReverseProxyEnabled. | 
| ReverseProxyMiddlewareTest::setUp | function | core/ | 
                                                                                        |
| ReverseProxyMiddlewareTest::testNoProxy | function | core/ | 
                                                                                        Tests that subscriber does not act when reverse proxy is not set. | 
| ReverseProxyMiddlewareTest::testReverseProxyEnabled | function | core/ | 
                                                                                        Tests that subscriber sets trusted headers when reverse proxy is set. | 
| ReverseProxyMiddlewareTest::trustedHeadersAreSet | function | core/ | 
                                                                                        Tests that trusted headers are set correctly. | 
| views.view.test_entity_reference_reverse_entity_test_mul_view.yml | file | core/ | 
                                                                                        core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_mul_view.yml | 
| views.view.test_entity_reference_reverse_entity_test_view.yml | file | core/ | 
                                                                                        core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_view.yml | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.