Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \redirect.destination
  2. 9 core/core.services.yml \redirect.destination

Class

Drupal\Core\Routing\RedirectDestination
7 string references to redirect.destination
big_pipe_page_attachments in core/modules/big_pipe/big_pipe.module
Implements hook_page_attachments().
Drupal::destination in core/lib/Drupal.php
Returns the redirect destination helper.
MenuLinkAdd::create in core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php
Creates an instance of the plugin.
MenuLinkListBuilder::createInstance in core/modules/menu_link_content/src/MenuLinkListBuilder.php
Instantiates a new instance of this entity handler.
ModeratedNodeListBuilder::createInstance in core/modules/content_moderation/src/ModeratedNodeListBuilder.php
Instantiates a new instance of this entity handler.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Routing\RedirectDestination
  2. arguments:
  3. - '@request_stack'
  4. - '@url_generator'