You are here

public function PropertyBase::getRouteMatch in ThemeKey 8

Return value

\Drupal\Core\Routing\RouteMatchInterface

File

src/PropertyBase.php, line 23
Provides Drupal\themekey\PropertyBase.

Class

PropertyBase

Namespace

Drupal\themekey

Code

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