Sets the parent collection.
Parameters
DumperCollection $parent The parent collection:
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php, line 109
Class
- DumperCollection
- Collection of routes.
Namespace
Symfony\Component\Routing\Matcher\Dumper
Code
protected function setParent(DumperCollection $parent) {
$this->parent = $parent;
}