You are here

public function SelectService::__construct in Synonyms 8

SelectService constructor.

File

src/SynonymsService/Behavior/SelectService.php, line 37

Class

SelectService
Synonyms behavior service for select widget.

Namespace

Drupal\synonyms\SynonymsService\Behavior

Code

public function __construct(BehaviorService $behavior_service, RendererInterface $renderer) {
  $this->behaviorService = $behavior_service;
  $this->renderer = $renderer;
}