public function RouteSubscriber::__construct in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 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\RoutingCode
public function __construct(ConfigFactoryInterface $config_factory) {
$this->configFactory = $config_factory;
}