Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort ascending Use statements Strings
LanguageCombination class Drupal\tmgmt_language_combination\Plugin\Field\FieldType translators/tmgmt_local/skills/src/Plugin/Field/FieldType/LanguageCombination.php Plugin implementation of the 'tmgmt_language_combination' field type.
LanguageCombinationWidget class Drupal\tmgmt_language_combination\Plugin\Field\FieldWidget translators/tmgmt_local/skills/src/Plugin/Field/FieldWidget/LanguageCombinationWidget.php Plugin implementation of the 'tmgmt_language_combination_default' widget.
LanguageCombinationDefaultFormatter class Drupal\tmgmt_language_combination\Plugin\Field\FieldFormatter translators/tmgmt_local/skills/src/Plugin/Field/FieldFormatter/LanguageCombinationDefaultFormatter.php Plugin implementation of the 'tmgmt_language_combination_default' formatter.
LanguageCombinationTableFormatter class Drupal\tmgmt_language_combination\Plugin\Field\FieldFormatter translators/tmgmt_local/skills/src/Plugin/Field/FieldFormatter/LanguageCombinationTableFormatter.php Plugin implementation of the 'tmgmt_language_combination_table' formatter.
LanguageCombinationConstraintValidator class Drupal\tmgmt_language_combination\Plugin\Validation\Constraint translators/tmgmt_local/skills/src/Plugin/Validation/Constraint/LanguageCombinationConstraintValidator.php Validates the ForumLeaf constraint.
LanguageCombinationConstraint class Drupal\tmgmt_language_combination\Plugin\Validation\Constraint translators/tmgmt_local/skills/src/Plugin/Validation/Constraint/LanguageCombinationConstraint.php Checks that the node is assigned only a "leaf" term in the forum taxonomy.
EntityTestComposite class Drupal\tmgmt_composite_test\Entity sources/content/tests/modules/tmgmt_composite_test/src/Entity/EntityTestComposite.php Defines the test entity class. 3
MetatagsFieldProcessor class Drupal\tmgmt_content sources/content/src/MetatagsFieldProcessor.php Field processor for the metatags field. 1
ContentEntityMetatagTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityMetatagTest.php Content entity Source unit tests.
WebformConfigProcessor class Drupal\tmgmt_config sources/tmgmt_config/src/WebformConfigProcessor.php 1
ConfigSourceWebformTest class Drupal\Tests\tmgmt_config\Kernel sources/tmgmt_config/tests/src/Kernel/ConfigSourceWebformTest.php Unit tests for exporting translatable data from config entities and saving it back.
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
ShouldCreateJobEvent class Drupal\tmgmt\Events src/Events/ShouldCreateJobEvent.php Represents a job item about to be added to a continuous job. 2
ContinuousEvents final class Drupal\tmgmt\Events src/Events/ContinuousEvents.php Events related to continuous jobs. 2
TestContinuousEventSubscriber class Drupal\tmgmt_test\EventSubscriber tmgmt_test/src/EventSubscriber/TestContinuousEventSubscriber.php Test event subscriber to test the continuous jobs events. 1 2
JobItemState class Drupal\tmgmt\Plugin\views\filter src/Plugin/views/filter/JobItemState.php Filter based on job item state.
PathFieldProcessor class Drupal\tmgmt_content sources/content/src/PathFieldProcessor.php Field processor for the metatags field. 1
ContentEntityPathTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityPathTest.php Tests for the path/pathauto integration.
LinkFieldProcessor class Drupal\tmgmt_content sources/content/src/LinkFieldProcessor.php Field processor for the link field. 1
ContentEntityLinkTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityLinkTest.php Tests for the link integration.
TmgmtContinuousJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TmgmtContinuousJavascriptTest.php Verifies functionality of translator handling.
TranslatorJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TranslatorJavascriptTest.php Verifies functionality of translator handling.
TMGMTUiJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TMGMTUiJavascriptTest.php Verifies the UI of the review form.
TranslatorTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TranslatorTest.php Verifies functionality of translator handling
TMGMTUiReviewTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTUiReviewTest.php Verifies the UI of the review form.
TMGMTUiTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTUiTest.php Verifies basic functionality of the user interface
TranslatorUITest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TranslatorUITest.php Tests the translator add, edit and overview user interfaces.
LocalTasksTests class Drupal\Tests\tmgmt\Functional tests/src/Functional/LocalTasksTests.php Verifies basic functionality of the local tasks.
TMGMTUiContinuousTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTUiContinuousTest.php Verifies continuous functionality of the user interface
TMGMTCartTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTCartTest.php Verifies basic functionality of the user interface
ContentTmgmtEntitySourceNoCanonicalLinkTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentTmgmtEntitySourceNoCanonicalLinkTest.php Test for translatable entity types with no canonical link template.
ContentTmgmtEntitySourceListTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentTmgmtEntitySourceListTest.php Tests the user interface for entity translation lists.
ContentTmgmtEntitySourceUiTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentTmgmtEntitySourceUiTest.php Content entity source UI tests.
ConfigSourceListTest class Drupal\Tests\tmgmt_config\Functional sources/tmgmt_config/tests/src/Functional/ConfigSourceListTest.php Tests the user interface for entity translation lists.
ConfigSourceUiTest class Drupal\Tests\tmgmt_config\Functional sources/tmgmt_config/tests/src/Functional/ConfigSourceUiTest.php Content entity source UI tests.
LocaleSourceUiTest class Drupal\Tests\tmgmt_locale\Functional sources/locale/tests/src/Functional/LocaleSourceUiTest.php Locale Source UI tests.
FileTranslatorTest class Drupal\Tests\tmgmt_file\Functional translators/tmgmt_file/tests/src/Functional/FileTranslatorTest.php Tests for the file translator.
LocalTranslatorContinuousTest class Drupal\Tests\tmgmt_local\Functional translators/tmgmt_local/tests/src/Functional/LocalTranslatorContinuousTest.php Test Continuous jobs support in the local translator.
LocalTranslatorPreviewTest class Drupal\Tests\tmgmt_local\Functional translators/tmgmt_local/tests/src/Functional/LocalTranslatorPreviewTest.php Preview related tests for the local translator.
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.
TmgmtFileCommands class Drupal\tmgmt_file\Commands translators/tmgmt_file/src/Commands/TmgmtFileCommands.php A Drush commandfile. 2
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.
TmgmtTestTrait trait Drupal\Tests\tmgmt\Functional tests/src/Functional/TmgmtTestTrait.php Base class for tests. 3

Pages

Other projects