public function SynonymInterface::getProviderPluginInstance in Synonyms 8
Same name and namespace in other branches
- 2.0.x 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\SynonymsProviderInterface\SynonymsProviderInterface 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\synonymsCode
public function getProviderPluginInstance();