namespace Drupal\tmgmt

Classsort descending Location Description
ContinuousManager src/ContinuousManager.php A service manager for continuous jobs.
ContinuousSourceInterface src/ContinuousSourceInterface.php Interface for continuous sources.
ContinuousTranslatorInterface src/ContinuousTranslatorInterface.php Interface for continuous translators.
Data src/Data.php All data-related functions.
JobCheckoutManager src/JobCheckoutManager.php Provides functionality related to job checkout and submissions.
JobInterface src/JobInterface.php Interface for tmgmt_job entity.
JobItemCart src/JobItemCart.php Represents a job item cart.
JobItemInterface src/JobItemInterface.php Interface for tmgmt_job_item entity.
JobQueue src/JobQueue.php Represents a job (checkout) queue.
LanguageMatcher src/LanguageMatcher.php Language matcher service.
MessageInterface src/MessageInterface.php Interface for the tmgmt_message entity.
NullSegmenter src/NullSegmenter.php Null implementation for the SegmenterInterface.
RemoteMappingInterface src/RemoteMappingInterface.php Interface for the tmgmt_remote entity.
SegmenterInterface src/SegmenterInterface.php This interface offers a suite of methods to add segments and filter data.
SourceManager src/SourceManager.php A plugin manager for source plugins.
SourcePluginBase src/SourcePluginBase.php Default controller class for source plugins.
SourcePluginInterface src/SourcePluginInterface.php Interface for source plugin controllers.
SourcePluginUiBase src/SourcePluginUiBase.php Default ui controller class for source plugin.
SourcePluginUiInterface src/SourcePluginUiInterface.php Interface for source ui controllers.
SourcePreviewInterface src/SourcePreviewInterface.php Interface for source plugin controllers they may be previewed.
TMGMTException src/TMGMTException.php TMGMT Exception class.
TranslatorInterface src/TranslatorInterface.php Interface for the tmgmt_translator entity.
TranslatorManager src/TranslatorManager.php A plugin manager for translator plugins.
TranslatorPluginBase src/TranslatorPluginBase.php Default controller class for service plugins.
TranslatorPluginInterface src/TranslatorPluginInterface.php Interface for service plugin controllers.
TranslatorPluginUiBase src/TranslatorPluginUiBase.php Default ui controller class for translator plugins.
TranslatorPluginUiInterface src/TranslatorPluginUiInterface.php Interface for translator ui controllers.
TranslatorRejectDataInterface src/TranslatorRejectDataInterface.php Handle reject on data item level.