public function PropertyBase::getRouteMatch in ThemeKey 8
Return value
\Drupal\Core\Routing\RouteMatchInterface
File
- src/
PropertyBase.php, line 23 - Provides Drupal\themekey\PropertyBase.
Class
Namespace
Drupal\themekeyCode
public function getRouteMatch() {
return $this->engine
->getRouteMatch();
}