Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
TranslatorInterface.php
»
TranslatorInterface
Search 8.x-1.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
8.x-1.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Deprecated
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
);