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