Returns the parent collection.
Return value
DumperCollection|null The parent collection or null if the collection has no parent
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php, line 99
Class
- DumperCollection
- Collection of routes.
Namespace
Symfony\Component\Routing\Matcher\Dumper
Code
protected function getParent() {
return $this->parent;
}