You are here

public function InviteAccessController::__construct in Invite 8

File

src/Controller/InviteAccessController.php, line 21

Class

InviteAccessController
Defines the access control handler for invite routes.

Namespace

Drupal\invite\Controller

Code

public function __construct(CurrentRouteMatch $route_match) {
  $this->routeMatch = $route_match;
}