You are here

public function SynonymsBehaviorServiceParamConverter::__construct in Synonyms 8

SynonymsBehaviorServiceParamConverter constructor.

File

src/ParamConverter/SynonymsBehaviorServiceParamConverter.php, line 24

Class

SynonymsBehaviorServiceParamConverter
Param converter for synonyms behavior service.

Namespace

Drupal\synonyms\ParamConverter

Code

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