public RouteProviderLazyBuilder::getRoutesPaged($offset, $length = NULL)
Find an amount of routes with an offset and possible a limit.
In case you want to iterate over all routes, you want to avoid to load all routes at once.
Parameters
int $offset: The sequence will start with that offset in the list of all routes.
int $length [optional]: The sequence will have that many routes in it. If no length is specified all routes are returned.
Return value
\Symfony\Component\Routing\Route[] Routes ke