You are here

public function TMGMTPluginBaseInterface::__construct in Translation Management Tool 7

Constructor.

Parameters

$type: The plugin type.

$plugin: The machine-readable name of the plugin.

1 method overrides TMGMTPluginBaseInterface::__construct()
TMGMTPluginBase::__construct in plugin/tmgmt.plugin.base.inc
Constructor.

File

plugin/tmgmt.plugin.interface.base.inc, line 21
Contains the base plugin interface.

Class

TMGMTPluginBaseInterface
Base interface for Translation Management plugins.

Code

public function __construct($type, $plugin);