public function ContentAccessController::__construct in Content Access 8
Constructs a ContentAccessController object.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
File
- src/
Controller/ ContentAccessController.php, line 27
Class
- ContentAccessController
- Controller routines for user routes.
Namespace
Drupal\content_access\ControllerCode
public function __construct(RouteMatchInterface $route_match) {
$this->routeMatch = $route_match;
}