You are here

public function TMGMTPluginBase::pluginType in Translation Management Tool 7

Returns the type of the plugin.

Overrides TMGMTPluginBaseInterface::pluginType

File

plugin/tmgmt.plugin.base.inc, line 34
Contains the base plugin class.

Class

TMGMTPluginBase
Base class for Translation Management plugins.

Code

public function pluginType() {
  return $this->pluginType;
}