login_destination.services.yml 233 B

1234
  1. services:
  2. login_destination.manager:
  3. class: Drupal\login_destination\LoginDestinationManager
  4. arguments: ['@entity_type.manager', '@path.alias_manager', '@path.matcher', '@path.current', '@config.factory', '@request_stack']