Constructs a RouteBuildEvent object.
\Symfony\Component\Routing\RouteCollection $route_collection: The route collection.
public function __construct(RouteCollection $route_collection) { $this->routeCollection = $route_collection; }