You are here

service simplesamlphp_auth.manager in simpleSAMLphp Authentication 8.3

Class

Drupal\simplesamlphp_auth\Service\SimplesamlphpAuthManager
4 string references to simplesamlphp_auth.manager
SimplesamlphpAuthBlock::create in src/Plugin/Block/SimplesamlphpAuthBlock.php
Creates an instance of the plugin.
SimplesamlphpAuthController::create in src/Controller/SimplesamlphpAuthController.php
Instantiates a new instance of this class.
SimplesamlphpAuthTestServiceProvider::alter in tests/simplesamlphp_auth_test/src/SimplesamlphpAuthTestServiceProvider.php
Modifies existing service definitions.
simplesamlphp_auth_user_logout in ./simplesamlphp_auth.module
Implements hook_user_logout().

File

./simplesamlphp_auth.services.yml
simplesamlphp_auth.services.yml

View source
  1. class: Drupal\simplesamlphp_auth\Service\SimplesamlphpAuthManager
  2. arguments:
  3. - '@config.factory'
  4. - '@current_user'
  5. - '@router.admin_context'
  6. - '@module_handler'
  7. - '@request_stack'
  8. - '@messenger'