You are here

public function SynonymInterface::getProviderPlugin in Synonyms 2.0.x

Same name and namespace in other branches
  1. 8 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\synonyms

Code

public function getProviderPlugin();