You are here

public function LazyRouteCollection::__construct in Drupal 9

Constructs a LazyRouteCollection.

File

core/lib/Drupal/Core/Routing/LazyRouteCollection.php, line 19

Class

LazyRouteCollection

Namespace

Drupal\Core\Routing

Code

public function __construct(RouteProviderInterface $provider) {
  $this->provider = $provider;
}