You are here

public function TMGMTPluginBase::pluginInfo in Translation Management Tool 7

Returns the info of the type of the plugin.

Overrides TMGMTPluginBaseInterface::pluginInfo

See also

tmgmt_source_plugin_info()

File

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

Class

TMGMTPluginBase
Base class for Translation Management plugins.

Code

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