You are here

public function Engine::getRouteMatch in ThemeKey 8

Return value

\Drupal\Core\Routing\RouteMatchInterface

Overrides EngineInterface::getRouteMatch

File

src/Engine/Engine.php, line 48

Class

Engine

Namespace

Drupal\themekey\Engine

Code

public function getRouteMatch() {
  return $this->routeMatch;
}