You are here

public function ScheduledListAccess::__construct in Scheduler 8

Constructs a ScheduledListAccess object.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.

File

src/Access/ScheduledListAccess.php, line 29

Class

ScheduledListAccess
Checks access for displaying the scheduler list of scheduled nodes.

Namespace

Drupal\scheduler\Access

Code

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