public function Engine::getRouteMatch in ThemeKey 8
Return value
\Drupal\Core\Routing\RouteMatchInterface
Overrides EngineInterface::getRouteMatch
File
- src/
Engine/ Engine.php, line 48
Class
Namespace
Drupal\themekey\EngineCode
public function getRouteMatch() {
return $this->routeMatch;
}