public function DumperCollection::all in Zircon Profile 8.0
Same name and namespace in other branches
- 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\DumperCode
public function all() {
return $this->children;
}