You are here

public function RouteWrapper::getSiblings in Drupal 7 to 8/9 Module Upgrader 8

Gets the siblings of this route.

Return value

\Drupal\drupalmoduleupgrader\Routing\Drupal7\Router

1 call to RouteWrapper::getSiblings()
RouteWrapper::hasSiblings in src/Routing/Drupal7/RouteWrapper.php
Returns if this route has siblings.

File

src/Routing/Drupal7/RouteWrapper.php, line 248

Class

RouteWrapper
Encapsulates a Drupal 7 route (including the link, if any).

Namespace

Drupal\drupalmoduleupgrader\Routing\Drupal7

Code

public function getSiblings() {
  return $this->siblings;
}