public function RouteProcessorCurrent::__construct

public RouteProcessorCurrent::__construct(RouteMatchInterface $route_match)

Constructs a new RouteProcessorCurrent.

Parameters

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

File

core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php, line 27

Class

RouteProcessorCurrent
Provides a route processor to replace <current>.

Namespace

Drupal\Core\RouteProcessor

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!RouteProcessor!RouteProcessorCurrent.php/function/RouteProcessorCurrent::__construct/8.1.x