You are here

public function RouteSubscriber::__construct in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Routing/RouteSubscriber.php \Drupal\bibcite_entity\Routing\RouteSubscriber::__construct()

File

modules/bibcite_entity/src/Routing/RouteSubscriber.php, line 24

Class

RouteSubscriber
Listens to the dynamic route events.

Namespace

Drupal\bibcite_entity\Routing

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}