You are here

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

Returns the original, unwrapped route.

Return value

mixed

2 methods override RouteWrapperInterface::unwrap()
RouteWrapper::unwrap in src/Routing/Drupal7/RouteWrapper.php
Returns the original, unwrapped route.
RouteWrapper::unwrap in src/Routing/Drupal8/RouteWrapper.php
Returns the original, unwrapped route.

File

src/Routing/RouteWrapperInterface.php, line 44

Class

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

Namespace

Drupal\drupalmoduleupgrader\Routing

Code

public function unwrap();