public function RouteMatch::getRouteName in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::getRouteName()
- 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\RoutingCode
public function getRouteName() {
return $this->routeName;
}