simple_tmgmt-1.0.x-dev/src/Plugin/tmgmt/Translator/MachineTranslatorInterface.php
src/Plugin/tmgmt/Translator/MachineTranslatorInterface.php
<?php
namespace Drupal\simple_tmgmt\Plugin\tmgmt\Translator;
/**
* Interface MachineTranslatorInterface.
*
* Groups machine based TMGMT translator plugins.
*
* @package Drupal\simple_tmgmt\Plugin\tmgmt\Translator
*/
interface MachineTranslatorInterface {
const translatorType = 'machine';
}
