You are here

public function DumperCollection::all in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/Matcher/Dumper/DumperCollection.php \Symfony\Component\Routing\Matcher\Dumper\DumperCollection::all()

Returns the children routes and collections.

Return value

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

File

vendor/symfony/routing/Matcher/Dumper/DumperCollection.php, line 43

Class

DumperCollection
Collection of routes.

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

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