You are here

protected property ConfigSubscriber::$routeBuilder in JSON:API Extras 8.2

Same name and namespace in other branches
  1. 8.3 src/EventSubscriber/ConfigSubscriber.php \Drupal\jsonapi_extras\EventSubscriber\ConfigSubscriber::routeBuilder

The route building service.

Type: \Drupal\Core\Routing\RouteBuilderInterface

File

src/EventSubscriber/ConfigSubscriber.php, line 31

Class

ConfigSubscriber
Associates config cache tag and rebuilds container + routes when necessary.

Namespace

Drupal\jsonapi_extras\EventSubscriber

Code

protected $routeBuilder;