public function ProviderService::__construct in Synonyms 2.0.x
BehaviorService constructor.
File
- src/
SynonymsService/ ProviderService.php, line 35
Class
- ProviderService
- A collection of handy provider-related methods.
Namespace
Drupal\synonyms\SynonymsServiceCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, EntityTypeBundleInfoInterface $entity_type_bundle_info) {
$this->entityTypeManager = $entity_type_manager;
$this->entityTypeBundleInfo = $entity_type_bundle_info;
}