Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::getRouteName()
  2. 9 core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::getRouteName()

File

core/lib/Drupal/Core/Routing/RouteMatch.php, line 98

Class

RouteMatch
Default object representing the results of routing.

Namespace

Drupal\Core\Routing

Code

public function getRouteName() {
  return $this->routeName;
}