function RouteProvider::getRoutesPaged

Same name in this branch
  1. 8.9.x core/lib/Drupal/Core/Routing/RouteProvider.php \Drupal\Core\Routing\RouteProvider::getRoutesPaged()
Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Routing/RouteProvider.php \Drupal\Core\Routing\RouteProvider::getRoutesPaged()

File

core/tests/Drupal/KernelTests/RouteProvider.php, line 98

Class

RouteProvider
Rebuilds the router when the provider is instantiated.

Namespace

Drupal\KernelTests

Code

public function getRoutesPaged($offset, $length = NULL) {
    return $this->lazyLoadItself()
        ->getRoutesPaged($offset, $length);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.