Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statements Stringssort descending
ContentEntitySourceContentModerationTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentEntitySourceContentModerationTest.php Tests content entity source integration with content moderation.
ContentEntitySourceTranslatableEntityTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentEntitySourceTranslatableEntityTest.php Tests always embedded entity reference fields.
TMGMTDemoTest class Drupal\Tests\tmgmt_demo\Functional modules/demo/tests/src/Functional/TMGMTDemoTest.php Tests the demo module for TMGMT.
ContentEntitySourceUntranslatableTargetsUnitTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceUntranslatableTargetsUnitTest.php Content entity Source with untranslatable target types unit tests.
ContentEntityUpdateParagraphTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityUpdateParagraphTest.php Content entity update paragraphs test.
ContentEntitySourceContentModerationTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceContentModerationTest.php Content entity Source unit tests.
FileCount class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/FileCount.php Field handler which shows the file count for a job or job item.
ContentEntitySourceFileTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceFileTest.php Content entity Source file tests.
SourcePreviewInterface interface Drupal\tmgmt src/SourcePreviewInterface.php Interface for source plugin controllers they may be previewed. 1 3
RemoteMappingInterface interface Drupal\tmgmt src/RemoteMappingInterface.php Interface for the tmgmt_remote entity. 1 1
TranslatorRejectDataInterface interface Drupal\tmgmt src/TranslatorRejectDataInterface.php Handle reject on data item level. 1 3
TranslatorInterface interface Drupal\tmgmt src/TranslatorInterface.php Interface for the tmgmt_translator entity. 1 4
TranslatorPluginInterface interface Drupal\tmgmt src/TranslatorPluginInterface.php Interface for service plugin controllers. 1
SourcePluginInterface interface Drupal\tmgmt src/SourcePluginInterface.php Interface for source plugin controllers. 1
MessageInterface interface Drupal\tmgmt src/MessageInterface.php Interface for the tmgmt_message entity. 1 1
SourcePluginUiInterface interface Drupal\tmgmt src/SourcePluginUiInterface.php Interface for source ui controllers. 1
SegmenterInterface interface Drupal\tmgmt src/SegmenterInterface.php This interface offers a suite of methods to add segments and filter data. 1
TranslatorPluginUiInterface interface Drupal\tmgmt src/TranslatorPluginUiInterface.php Interface for translator ui controllers. 1
JobInterface interface Drupal\tmgmt src/JobInterface.php Interface for tmgmt_job entity. 1 27
ContinuousSourceInterface interface Drupal\tmgmt src/ContinuousSourceInterface.php Interface for continuous sources. 1 3
ContinuousTranslatorInterface interface Drupal\tmgmt src/ContinuousTranslatorInterface.php Interface for continuous translators. 2 7
JobItemInterface interface Drupal\tmgmt src/JobItemInterface.php Interface for tmgmt_job_item entity. 1 30
LocalTaskInterface interface Drupal\tmgmt_local translators/tmgmt_local/src/LocalTaskInterface.php Interface for tmgmt_local_task entity. 1 10
LocalTaskItemInterface interface Drupal\tmgmt_local translators/tmgmt_local/src/LocalTaskItemInterface.php Interface for tmgmt_local_task_item entity. 1 5
FormatInterface interface Drupal\tmgmt_file\Format translators/tmgmt_file/src/Format/FormatInterface.php Interface for exporting to a given file format. 2 2
FieldProcessorInterface interface Drupal\tmgmt_content sources/content/src/FieldProcessorInterface.php Interface for content entity source field processors. 1
ConfigProcessorInterface interface Drupal\tmgmt_config sources/tmgmt_config/src/ConfigProcessorInterface.php 1
TmgmtTestTrait trait Drupal\Tests\tmgmt\Functional tests/src/Functional/TmgmtTestTrait.php Base class for tests. 3
TmgmtEntityTestTrait trait Drupal\Tests\tmgmt\Functional tests/src/Functional/TmgmtEntityTestTrait.php Utility test case class with helper methods to create entities and their fields with populated translatable content. Extend this class if you create tests in which you need Drupal entities and/or fields. 10
CartForm class Drupal\tmgmt\Form src/Form/CartForm.php Source overview form. 1
SettingsForm class Drupal\tmgmt\Form src/Form/SettingsForm.php Configure tmgmt settings. 1
SourceOverviewForm class Drupal\tmgmt\Form src/Form/SourceOverviewForm.php Source overview form. 1 1
AssignMultiple class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/AssignMultiple.php Provides a node deletion confirmation form. 1
Data class Drupal\tmgmt src/Data.php All data-related functions. 2
SourceManager class Drupal\tmgmt src/SourceManager.php A plugin manager for source plugins. 2 2
ContinuousManager class Drupal\tmgmt src/ContinuousManager.php A service manager for continuous jobs. 1 2
TranslatorManager class Drupal\tmgmt src/TranslatorManager.php A plugin manager for translator plugins. 3 2
JobItemCart class Drupal\tmgmt src/JobItemCart.php Represents a job item cart. 2
LanguageMatcher class Drupal\tmgmt src/LanguageMatcher.php Language matcher service. 2
NullSegmenter class Drupal\tmgmt src/NullSegmenter.php Null implementation for the SegmenterInterface. 2
JobItemBreadcrumbBuilder class Drupal\tmgmt\Menu src/Menu/JobItemBreadcrumbBuilder.php A custom Job item breadcrumb builder. 2
FormatManager class Drupal\tmgmt_file\Format translators/tmgmt_file/src/Format/FormatManager.php A plugin manager for file format plugins. 2
TMGMTLocalBreadcrumbBuilder class Drupal\tmgmt_local\Menu translators/tmgmt_local/src/Menu/TMGMTLocalBreadcrumbBuilder.php A custom Local task item breadcrumb builder. 2
RouteSubscriber class Drupal\tmgmt_local\Routing translators/tmgmt_local/src/Routing/RouteSubscriber.php Listens to the dynamic route events. 2
TmgmtConfigRouteSubscriber class Drupal\tmgmt_config\Routing sources/tmgmt_config/src/Routing/TmgmtConfigRouteSubscriber.php Subscriber to alter entity translation routes. 2
KeyAccessCheck class Drupal\tmgmt_content\Access sources/content/src/Access/KeyAccessCheck.php Checks access for TMGMT job item. 2
TmgmtContentRouteSubscriber class Drupal\tmgmt_content\Routing sources/content/src/Routing/TmgmtContentRouteSubscriber.php Subscriber to alter entity translation routes. 2
JobQueue class Drupal\tmgmt src/JobQueue.php Represents a job (checkout) queue. 2
JobCheckoutManager class Drupal\tmgmt src/JobCheckoutManager.php Provides functionality related to job checkout and submissions. 1 2
TestContinuousEventSubscriber class Drupal\tmgmt_test\EventSubscriber tmgmt_test/src/EventSubscriber/TestContinuousEventSubscriber.php Test event subscriber to test the continuous jobs events. 1 2

Pages

Other projects