public function SynonymsProviderInterface::getBehaviorServiceInstance in Synonyms 8
Fetch behavior service instance which corresponds to this provider.
Return value
\Drupal\synonyms\SynonymsService\Behavior\SynonymsBehaviorInterface The return value
1 method overrides SynonymsProviderInterface::getBehaviorServiceInstance()
- AbstractProvider::getBehaviorServiceInstance in src/
Plugin/ Synonyms/ Provider/ AbstractProvider.php - Fetch behavior service instance which corresponds to this provider.
File
- src/
SynonymsProviderInterface/ SynonymsProviderInterface.php, line 24
Class
- SynonymsProviderInterface
- Most generic synonyms provider interface. All providers must implement it.
Namespace
Drupal\synonyms\SynonymsProviderInterfaceCode
public function getBehaviorServiceInstance();