You are here

public function RouteWrapperInterface::getPath in Drupal 7 to 8/9 Module Upgrader 8

Returns a PathUtilityInterface implementation for the route.

Return value

\Drupal\drupalmoduleupgrader\Utility\Path\PathUtilityInterface

2 methods override RouteWrapperInterface::getPath()
RouteWrapper::getPath in src/Routing/Drupal7/RouteWrapper.php
Returns a PathUtilityInterface implementation for the route.
RouteWrapper::getPath in src/Routing/Drupal8/RouteWrapper.php
Returns a PathUtilityInterface implementation for the route.

File

src/Routing/RouteWrapperInterface.php, line 23

Class

RouteWrapperInterface
Common interface implemented by classes which wrap around Drupal 7 or Drupal 8 routes.

Namespace

Drupal\drupalmoduleupgrader\Routing

Code

public function getPath();