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