You are here

service login_destination.manager in Login Destination 8.2

Same name and namespace in other branches
  1. 8 login_destination.services.yml \login_destination.manager

Class

Drupal\login_destination\LoginDestinationManager
1 string reference to login_destination.manager
login_destination_perform_redirect in ./login_destination.module
Evaluate rules and perform redirect.

File

./login_destination.services.yml
login_destination.services.yml

View source
  1. class: Drupal\login_destination\LoginDestinationManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@path_alias.manager'
  5. - '@path.matcher'
  6. - '@path.current'
  7. - '@config.factory'
  8. - '@request_stack'
  9. - '@language_manager'
  10. - '@token'