You are here

public function SynonymConfigController::__construct in Synonyms 8

Same name and namespace in other branches
  1. 2.0.x src/Controller/SynonymConfigController.php \Drupal\synonyms\Controller\SynonymConfigController::__construct()

SynonymConfigController constructor.

File

src/Controller/SynonymConfigController.php, line 37

Class

SynonymConfigController
Controller for admin UI of the module.

Namespace

Drupal\synonyms\Controller

Code

public function __construct(EntityTypeBundleInfoInterface $entity_type_bundle_info, BehaviorService $behavior_service) {
  $this->entityTypeBundleInfo = $entity_type_bundle_info;
  $this->behaviorService = $behavior_service;
}