function RouteProviderInterface::getRouteByName

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Routing/RouteProviderInterface.php \Drupal\Core\Routing\RouteProviderInterface::getRouteByName()
  2. 11.x core/lib/Drupal/Core/Routing/RouteProviderInterface.php \Drupal\Core\Routing\RouteProviderInterface::getRouteByName()

Find the route using the provided route name.

Parameters

string $name: The route name to fetch

Return value

\Symfony\Component\Routing\Route The Symfony route object.

Throws

\Symfony\Component\Routing\Exception\RouteNotFoundException If a matching route cannot be found.

File

core/lib/Drupal/Core/Routing/RouteProviderInterface.php, line 50

Class

RouteProviderInterface
Defines the route provider interface.

Namespace

Drupal\Core\Routing

Code

public function getRouteByName($name);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.