You are here

public function SelectService::__construct in Synonyms 2.0.x

SelectService constructor.

File

modules/synonyms_select/src/SynonymsService/Behavior/SelectService.php, line 27

Class

SelectService
Synonyms behavior service for select widget.

Namespace

Drupal\synonyms_select\SynonymsService\Behavior

Code

public function __construct(ProviderService $provider_service) {
  $this->providerService = $provider_service;
}