You are here

public function AuthorizationController::__construct in Authorization 8

Constructs a new AuthorizationController object.

File

src/AuthorizationController.php, line 51

Class

AuthorizationController
Authorization controller.

Namespace

Drupal\authorization

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, LoggerInterface $logger_channel_authorization) {
  $this->entityTypeManager = $entity_type_manager;
  $this->logger = $logger_channel_authorization;
}