You are here

service redirect.destination in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \redirect.destination

Class

Drupal\Core\Routing\RedirectDestination
6 string references to redirect.destination
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.
ModeratedNodeListBuilder::createInstance in core/modules/content_moderation/src/ModeratedNodeListBuilder.php
Instantiates a new instance of this entity handler.
NodeListBuilder::createInstance in core/modules/node/src/NodeListBuilder.php
Instantiates a new instance of this entity handler.
UserListBuilder::createInstance in core/modules/user/src/UserListBuilder.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'