Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort descending Location Description Direct uses Use statements Strings
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
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.
TmgmtTestTrait trait Drupal\Tests\tmgmt\Functional tests/src/Functional/TmgmtTestTrait.php Base class for tests. 3
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.
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
TMGMTTestBase abstract class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTTestBase.php Base class for tests. 18 11
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.
CrudTest class Drupal\Tests\tmgmt\Kernel tests/src/Kernel/CrudTest.php Basic crud operations for jobs and translators
HelperTest class Drupal\Tests\tmgmt\Kernel tests/src/Kernel/HelperTest.php Tests the helper functions in tmgmt.module.
PluginsTest class Drupal\Tests\tmgmt\Kernel tests/src/Kernel/PluginsTest.php Tests interaction between core and the plugins.
TMGMTKernelTestBase abstract class Drupal\Tests\tmgmt\Kernel tests/src/Kernel/TMGMTKernelTestBase.php Base class for tests. 7 4
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.
ConfigSourceUnitTest class Drupal\Tests\tmgmt_config\Kernel sources/tmgmt_config/tests/src/Kernel/ConfigSourceUnitTest.php Unit tests for exporting translatable data from config entities and saving it back.
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.
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.
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.
ContentEntitySourceFileTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceFileTest.php Content entity Source file tests.
ContentEntityPathTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityPathTest.php Tests for the path/pathauto integration.
ContentEntityTestBase abstract class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityTestBase.php Base class for content entity kernel tests. 8
ContentEntityLinkTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityLinkTest.php Tests for the link integration.
ContentEntitySourceUnitTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceUnitTest.php Content entity Source unit tests.
ContentEntityMetatagTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityMetatagTest.php Content entity Source unit tests.
ContentEntitySuggestionsTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySuggestionsTest.php Basic Source-Suggestions tests.
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.
TMGMTDemoTest class Drupal\Tests\tmgmt_demo\Functional modules/demo/tests/src/Functional/TMGMTDemoTest.php Tests the demo module for TMGMT.
FileTranslatorTest class Drupal\Tests\tmgmt_file\Functional translators/tmgmt_file/tests/src/Functional/FileTranslatorTest.php Tests for the file translator.
LocaleSourceUiTest class Drupal\Tests\tmgmt_locale\Functional sources/locale/tests/src/Functional/LocaleSourceUiTest.php Locale Source UI tests.
LocaleSourceTest class Drupal\Tests\tmgmt_locale\Kernel sources/locale/tests/src/Kernel/LocaleSourceTest.php Basic Locale Source tests.
LocalTranslatorContinuousTest class Drupal\Tests\tmgmt_local\Functional translators/tmgmt_local/tests/src/Functional/LocalTranslatorContinuousTest.php Test Continuous jobs support in the local translator.
LocalTranslatorTestBase abstract class Drupal\Tests\tmgmt_local\Functional translators/tmgmt_local/tests/src/Functional/LocalTranslatorTestBase.php Base class for local translator tests. 2
LocalTranslatorPreviewTest class Drupal\Tests\tmgmt_local\Functional translators/tmgmt_local/tests/src/Functional/LocalTranslatorPreviewTest.php Preview related tests for the local translator.
TranslatorPluginUiBase class Drupal\tmgmt src/TranslatorPluginUiBase.php Default ui controller class for translator plugins. 3 3
TranslatorPluginBase abstract class Drupal\tmgmt src/TranslatorPluginBase.php Default controller class for service plugins. 3 3
NullSegmenter class Drupal\tmgmt src/NullSegmenter.php Null implementation for the SegmenterInterface. 2
SourcePreviewInterface interface Drupal\tmgmt src/SourcePreviewInterface.php Interface for source plugin controllers they may be previewed. 1 3
Data class Drupal\tmgmt src/Data.php All data-related functions. 2
SourcePluginBase abstract class Drupal\tmgmt src/SourcePluginBase.php Default controller class for source plugins. 4 4
TMGMTException class Drupal\tmgmt src/TMGMTException.php TMGMT Exception class. 9

Pages

Other projects