public function RouteSubscriber::__construct in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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;
}