Search for reverse

  1. Search 7.x for reverse
  2. Search 8.9.x for reverse
  3. Search 10.3.x for reverse
  4. Search 11.x for reverse
  5. Other projects
Title Object type File name Summary
DependencySerializationTest::testSerializationWithoutReverseContainer function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php @covers ::__sleep
@covers ::__wakeup
Diff::reverse function core/lib/Drupal/Component/Diff/Diff.php Compute reversed Diff.
DiffOp::reverse function core/lib/Drupal/Component/Diff/Engine/DiffOp.php
DiffOpAdd::reverse function core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php
DiffOpChange::reverse function core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php
DiffOpCopy::reverse function core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php
DiffOpDelete::reverse function core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DiffOpTest::testReverse function core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php DiffOp::reverse() always throws an error.
Drupal\Component\DependencyInjection\ReverseContainer service core/core.services.yml
EntityReverse class core/modules/views/src/Plugin/views/relationship/EntityReverse.php A relationship handlers which reverse entity references.
EntityReverse.php file core/modules/views/src/Plugin/views/relationship/EntityReverse.php
EntityReverse::create function core/modules/views/src/Plugin/views/relationship/EntityReverse.php Creates an instance of the plugin.
EntityReverse::query function core/modules/views/src/Plugin/views/relationship/EntityReverse.php Called to implement a relationship in a query.
EntityReverse::__construct function core/modules/views/src/Plugin/views/relationship/EntityReverse.php Constructs an EntityReverse object.
GraphTest::assertReversePaths function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Verify expected reverse paths in a graph.
HelpPageReverseOrderTest class core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Verify the order of the help page with an alter hook.
HelpPageReverseOrderTest.php file core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php
HelpPageReverseOrderTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php The theme to install as the default for testing.
HelpPageReverseOrderTest::$modules property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Modules to enable.
HelpPageReverseOrderTest::$stringOrder property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Strings to search for on admin/help, in order.
http_middleware.reverse_proxy service core/core.services.yml Drupal\Core\StackMiddleware\ReverseProxyMiddleware
ReverseContainer class core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Retrieves service IDs from the container for public services.
ReverseContainer.php file core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php
ReverseContainer::$getServiceId property core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php A closure on the container that can search for services.
ReverseContainer::$recordedServices property core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php A static map of services to a hash.
ReverseContainer::$serviceContainer property core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php The service container.
ReverseContainer::generateServiceIdHash function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Generates an identifier for a service based on the object class and hash.
ReverseContainer::getId function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Returns the ID of the passed object when it exists as a service.
ReverseContainer::recordContainer function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Records a map of the container's services.
ReverseContainer::__construct function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Constructs a ReverseContainer object.
ReverseContainerTest class core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php @runTestsInSeparateProcesses
The reverse container uses a static to maintain information across
container rebuilds.
ReverseContainerTest.php file core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php
ReverseContainerTest::testGetId function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php @covers ::getId
ReverseContainerTest::testRecordContainer function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php @covers ::recordContainer
ReverseContainerTest::testRecordContainerStringService function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php @covers ::recordContainer
@group legacy
ReverseProxyMiddleware class core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php Provides support for reverse proxies.
ReverseProxyMiddleware.php file core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php
ReverseProxyMiddleware::$httpKernel property core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php The decorated kernel.
ReverseProxyMiddleware::$settings property core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php The site settings.
ReverseProxyMiddleware::handle function core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php
ReverseProxyMiddleware::setSettingsOnRequest function core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php Sets reverse proxy settings on Request object.
ReverseProxyMiddleware::__construct function core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php Constructs a ReverseProxyMiddleware object.
ReverseProxyMiddlewareTest class core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Unit test the reverse proxy stack middleware.
ReverseProxyMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::$mockHttpKernel property core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::reverseProxyEnabledProvider function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Data provider for testReverseProxyEnabled.
ReverseProxyMiddlewareTest::setUp function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::testNoProxy function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber does not act when reverse proxy is not set.
ReverseProxyMiddlewareTest::testReverseProxyEnabled function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber sets trusted headers when reverse proxy is set.
ReverseProxyMiddlewareTest::trustedHeadersAreSet function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that trusted headers are set correctly.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.