You are here

public function BehaviorService::__construct in Synonyms 8

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

BehaviorService constructor.

File

src/SynonymsService/BehaviorService.php, line 35

Class

BehaviorService
Collect all known synonyms behavior services.

Namespace

Drupal\synonyms\SynonymsService

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->behaviorServices = [];
  $this->entityTypeManager = $entity_type_manager;
}