function LazyRouteCollection::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/Routing/LazyRouteCollection.php \Drupal\Core\Routing\LazyRouteCollection::__construct()
- 11.x core/lib/Drupal/Core/Routing/LazyRouteCollection.php \Drupal\Core\Routing\LazyRouteCollection::__construct()
Constructs a LazyRouteCollection.
File
-
core/
lib/ Drupal/ Core/ Routing/ LazyRouteCollection.php, line 20
Class
Namespace
Drupal\Core\RoutingCode
public function __construct(RouteProviderInterface $provider) {
$this->provider = $provider;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.