public function BehaviorService::__construct in Synonyms 8
Same name and namespace in other branches
- 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\SynonymsServiceCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->behaviorServices = [];
$this->entityTypeManager = $entity_type_manager;
}