You are here

public function BehaviorService::getBehaviorServices in Synonyms 2.0.x

Same name and namespace in other branches
  1. 8 src/SynonymsService/BehaviorService.php \Drupal\synonyms\SynonymsService\BehaviorService::getBehaviorServices()

Array of known behavior services.

Return value

array The return value

File

src/SynonymsService/BehaviorService.php, line 74

Class

BehaviorService
Collect all known synonyms behavior services.

Namespace

Drupal\synonyms\SynonymsService

Code

public function getBehaviorServices() {
  return $this->behaviorServices;
}