You are here

public function BehaviorService::getWidgetServices in Synonyms 2.0.x

Array of known widget services.

Return value

array The return value

File

src/SynonymsService/BehaviorService.php, line 84

Class

BehaviorService
Collect all known synonyms behavior services.

Namespace

Drupal\synonyms\SynonymsService

Code

public function getWidgetServices() {
  return $this->widgetServices;
}