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\ControllerCode
public function __construct(CurrentRouteMatch $route_match) {
$this->routeMatch = $route_match;
}