You are here

public function SynonymsProviderInterface::getBehaviorService in Synonyms 8

Fetch behavior service which corresponds to this provider.

Return value

string Name of synonyms behavior service which corresponds to this provider

1 method overrides SynonymsProviderInterface::getBehaviorService()
AbstractProvider::getBehaviorService in src/Plugin/Synonyms/Provider/AbstractProvider.php
Fetch behavior service which corresponds to this provider.

File

src/SynonymsProviderInterface/SynonymsProviderInterface.php, line 16

Class

SynonymsProviderInterface
Most generic synonyms provider interface. All providers must implement it.

Namespace

Drupal\synonyms\SynonymsProviderInterface

Code

public function getBehaviorService();