You are here

public function AccessControlHandler::__construct in Block Content Permissions 8

Constructs the block content access control handler instance.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $currentRouteMatch: Route match interface.

File

src/AccessControlHandler.php, line 51

Class

AccessControlHandler
Controller for the block content permissions.

Namespace

Drupal\block_content_permissions

Code

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