public function RouteWrapper::getPath in Drupal 7 to 8/9 Module Upgrader 8
Same name in this branch
- 8 src/Routing/Drupal7/RouteWrapper.php \Drupal\drupalmoduleupgrader\Routing\Drupal7\RouteWrapper::getPath()
- 8 src/Routing/Drupal8/RouteWrapper.php \Drupal\drupalmoduleupgrader\Routing\Drupal8\RouteWrapper::getPath()
Returns a PathUtilityInterface implementation for the route.
Return value
\Drupal\drupalmoduleupgrader\Utility\Path\PathUtilityInterface
Overrides RouteWrapperInterface::getPath
File
- src/
Routing/ Drupal8/ RouteWrapper.php, line 73
Class
- RouteWrapper
- Wraps around a Symfony Route object, providing helper methods.
Namespace
Drupal\drupalmoduleupgrader\Routing\Drupal8Code
public function getPath() {
return $this->path;
}