public function DumperCollection::all

Returns the children routes and collections.

Return value

(DumperCollection|DumperRoute)[] Array of DumperCollection|DumperRoute

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php, line 41

Class

DumperCollection
Collection of routes.

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

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