public function TranslatorInterface::setPluginID

Sets the plugin ID.

Parameters

string $plugin_id: The plugin ID.

1 method overrides TranslatorInterface::setPluginID()
Translator::setPluginID in src/Entity/Translator.php
Sets the plugin ID.

File

src/TranslatorInterface.php, line 103

Class

TranslatorInterface
Interface for the tmgmt_translator entity.

Namespace

Drupal\tmgmt

Code

public function setPluginID($plugin_id);