You are here

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

Returns the immediate children of this route.

Return value

\Drupal\drupalmoduleupgrader\Routing\Drupal7\Router

File

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

Class

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

Namespace

Drupal\drupalmoduleupgrader\Routing\Drupal7

Code

public function getChildren() {
  return $this->children;
}