You are here

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

Returns if this route has a parent.

Return value

bool

2 methods override RouteWrapperInterface::hasParent()
RouteWrapper::hasParent in src/Routing/Drupal7/RouteWrapper.php
Returns if this route has a parent.
RouteWrapper::hasParent in src/Routing/Drupal8/RouteWrapper.php
Returns if this route has a parent.

File

src/Routing/RouteWrapperInterface.php, line 30

Class

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

Namespace

Drupal\drupalmoduleupgrader\Routing

Code

public function hasParent();