You are here

public function SynonymInterface::setProviderPlugin in Synonyms 2.0.x

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

Set the synonyms provider plugin to use in this entity.

Parameters

string $plugin: Synonyms provider plugin ID to set in this configuration entity.

1 method overrides SynonymInterface::setProviderPlugin()
Synonym::setProviderPlugin in src/Entity/Synonym.php
Set the synonyms provider plugin to use in this entity.

File

src/SynonymInterface.php, line 37

Class

SynonymInterface
Interface of synonyms configuration entity.

Namespace

Drupal\synonyms

Code

public function setProviderPlugin($plugin);