You are here

service redirect.destination in Zircon Profile 8

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

Class

Drupal\Core\Routing\RedirectDestination
5 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.
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.
ViewAjaxController::create in core/modules/views/src/Controller/ViewAjaxController.php
Instantiates a new instance of this class.

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'