You are here

public function ContentTypesUpdatedSubscriber::__construct in Allow a content type only once (Only One) 8

Constructor.

Parameters

\Drupal\Core\Routing\RouteBuilderInterface $route_builder: The route builder.

File

modules/onlyone_admin_toolbar/src/EventSubscriber/ContentTypesUpdatedSubscriber.php, line 27

Class

ContentTypesUpdatedSubscriber
Class ContentTypesUpdatedSubscriber.

Namespace

Drupal\onlyone_admin_toolbar\EventSubscriber

Code

public function __construct(RouteBuilderInterface $route_builder) {
  $this->routeBuilder = $route_builder;
}