public function SynonymInterface::getProviderPlugin in Synonyms 8
Same name and namespace in other branches
- 2.0.x src/SynonymInterface.php \Drupal\synonyms\SynonymInterface::getProviderPlugin()
Get ID of the synonyms provider plugin that is set up in this entity.
Return value
string Plugin ID of synonyms provider that corresponds to this configuration entity
1 method overrides SynonymInterface::getProviderPlugin()
- Synonym::getProviderPlugin in src/
Entity/ Synonym.php - Get ID of the synonyms provider plugin that is set up in this entity.
File
- src/
SynonymInterface.php, line 20
Class
- SynonymInterface
- Interface of synonyms configuration entity.
Namespace
Drupal\synonymsCode
public function getProviderPlugin();