You are here

public function SynonymInterface::getProviderPluginInstance in Synonyms 2.0.x

Same name and namespace in other branches
  1. 8 src/SynonymInterface.php \Drupal\synonyms\SynonymInterface::getProviderPluginInstance()

Get instance of the synonyms provider plugin that is set up in this entity.

Return value

\Drupal\synonyms\ProviderInterface\ProviderInterface Initiated synonyms provider instance that corresponds to this configuration entity

1 method overrides SynonymInterface::getProviderPluginInstance()
Synonym::getProviderPluginInstance in src/Entity/Synonym.php
Get instance of the synonyms provider plugin that is set up in this entity.

File

src/SynonymInterface.php, line 29

Class

SynonymInterface
Interface of synonyms configuration entity.

Namespace

Drupal\synonyms

Code

public function getProviderPluginInstance();