You are here

service authorization.manager in Authorization 8

Class

Drupal\authorization\AuthorizationController
2 string references to authorization.manager
authorization_user_login in ./authorization.module
Implements hook_user_login().
ControllerTest::testController in tests/src/Kernel/ControllerTest.php
Test processing authorizations.

File

./authorization.services.yml
authorization.services.yml

View source
  1. class: Drupal\authorization\AuthorizationController
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@logger.channel.authorization'