Search for reverse

  1. Search 7.x for reverse
  2. Search 9.5.x for reverse
  3. Search 8.9.x for reverse
  4. Search 11.x for reverse
  5. Other projects
Title Object type File name Summary
CKEditor5UpdateOlStartReversed class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php @covers ckeditor5_post_update_list_start_reversed
@group Update
@group ckeditor5
CKEditor5UpdateOlStartReversed.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php
CKEditor5UpdateOlStartReversed::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php The theme to install as the default for testing.
CKEditor5UpdateOlStartReversed::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php Set database dump files to be used.
CKEditor5UpdateOlStartReversed::testUpdate function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php Test that sites with <ol start> or <ol reversed> opt in to the expanded UI.
ckeditor5_post_update_list_start_reversed function core/modules/ckeditor5/ckeditor5.post_update.php Updates Text Editors using CKEditor 5 to native List "start" functionality.
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::$first_alias property core/modules/views/src/Plugin/views/relationship/EntityReverse.php
EntityReverse::$joinManager property core/modules/views/src/Plugin/views/relationship/EntityReverse.php The views plugin join manager.
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 install.
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::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
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

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