You are here

public function TamperPluginInterface::getPluginId in Tamper 7

Returns the plugin_id of the plugin instance.

Return value

string The plugin_id of the plugin instance.

1 method overrides TamperPluginInterface::getPluginId()
TamperPluginBase::getPluginId in src/Tamper.php
Returns the plugin_id of the plugin instance.

File

src/Tamper.php, line 141
Contains TamperPluginBase.

Class

TamperPluginInterface
Plugin interface for providing plugins to tamper.

Code

public function getPluginId();