public function Routes::__construct in Entity Share 8
Same name and namespace in other branches
- 8.3 modules/entity_share_server/src/Routing/Routes.php \Drupal\entity_share_server\Routing\Routes::__construct()
- 8.2 modules/entity_share_server/src/Routing/Routes.php \Drupal\entity_share_server\Routing\Routes::__construct()
Instantiates a Routes object.
Parameters
\Drupal\Core\Authentication\AuthenticationCollectorInterface $auth_collector: The authentication provider collector.
File
- modules/
entity_share_server/ src/ Routing/ Routes.php, line 39
Class
- Routes
- Defines dynamic routes.
Namespace
Drupal\entity_share_server\RoutingCode
public function __construct(AuthenticationCollectorInterface $auth_collector) {
$this->authCollector = $auth_collector;
}