function 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.