collection(); $collection->add('bar_route', '/bar') ->defaults(['_controller' => 'AppBundle:Bar:view']); return $collection; };