Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
TMGMTDemoTest class Drupal\Tests\tmgmt_demo\Functional modules/demo/tests/src/Functional/TMGMTDemoTest.php Tests the demo module for TMGMT.
KeyAccessCheck class Drupal\tmgmt_content\Access sources/content/src/Access/KeyAccessCheck.php Checks access for TMGMT job item. 2
ContentEntitySourcePluginUi class Drupal\tmgmt_content sources/content/src/ContentEntitySourcePluginUi.php Content entity source plugin UI.
ContentTranslationControllerOverride class Drupal\tmgmt_content\Controller sources/content/src/Controller/ContentTranslationControllerOverride.php Overridden class for entity translation controllers.
ContentTranslationPreviewController class Drupal\tmgmt_content\Controller sources/content/src/Controller/ContentTranslationPreviewController.php Content preview translation controller.
DefaultFieldProcessor class Drupal\tmgmt_content sources/content/src/DefaultFieldProcessor.php Default field processor. 3 1
FieldProcessorInterface interface Drupal\tmgmt_content sources/content/src/FieldProcessorInterface.php Interface for content entity source field processors. 1
ContentTranslateForm class Drupal\tmgmt_content\Form sources/content/src/Form/ContentTranslateForm.php
LinkFieldProcessor class Drupal\tmgmt_content sources/content/src/LinkFieldProcessor.php Field processor for the link field. 1
MetatagsFieldProcessor class Drupal\tmgmt_content sources/content/src/MetatagsFieldProcessor.php Field processor for the metatags field. 1
PathFieldProcessor class Drupal\tmgmt_content sources/content/src/PathFieldProcessor.php Field processor for the metatags field. 1
ContentEntitySource class Drupal\tmgmt_content\Plugin\tmgmt\Source sources/content/src/Plugin/tmgmt/Source/ContentEntitySource.php Content entity source plugin controller. 3
TmgmtContentRouteSubscriber class Drupal\tmgmt_content\Routing sources/content/src/Routing/TmgmtContentRouteSubscriber.php Subscriber to alter entity translation routes. 2
EntityTestComposite class Drupal\tmgmt_composite_test\Entity sources/content/tests/modules/tmgmt_composite_test/src/Entity/EntityTestComposite.php Defines the test entity class. 3
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.
ContentTmgmtEntitySourceListTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentTmgmtEntitySourceListTest.php Tests the user interface for entity translation lists.
ContentTmgmtEntitySourceNoCanonicalLinkTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentTmgmtEntitySourceNoCanonicalLinkTest.php Test for translatable entity types with no canonical link template.
ContentTmgmtEntitySourceUiTest class Drupal\Tests\tmgmt_content\Functional sources/content/tests/src/Functional/ContentTmgmtEntitySourceUiTest.php Content entity source UI tests.
ContentEntityLinkTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityLinkTest.php Tests for the link integration.
ContentEntityMetatagTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityMetatagTest.php Content entity Source unit tests.
ContentEntityPathTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityPathTest.php Tests for the path/pathauto integration.
ContentEntitySourceContentModerationTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceContentModerationTest.php Content entity Source unit tests.
ContentEntitySourceFileTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceFileTest.php Content entity Source file tests.
ContentEntitySourceUnitTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceUnitTest.php Content entity Source unit tests.
ContentEntitySourceUntranslatableTargetsUnitTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySourceUntranslatableTargetsUnitTest.php Content entity Source with untranslatable target types unit tests.
ContentEntitySuggestionsTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntitySuggestionsTest.php Basic Source-Suggestions tests.
ContentEntityTestBase abstract class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityTestBase.php Base class for content entity kernel tests. 8
ContentEntityUpdateParagraphTest class Drupal\Tests\tmgmt_content\Kernel sources/content/tests/src/Kernel/ContentEntityUpdateParagraphTest.php Content entity update paragraphs test.
LocaleSourcePluginUi class Drupal\tmgmt_locale sources/locale/src/LocaleSourcePluginUi.php Locale source plugin UI.
LocaleSource class Drupal\tmgmt_locale\Plugin\tmgmt\Source sources/locale/src/Plugin/tmgmt/Source/LocaleSource.php Translation Source plugin for locale strings.
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.
ConfigProcessorInterface interface Drupal\tmgmt_config sources/tmgmt_config/src/ConfigProcessorInterface.php 1
ConfigSourcePluginUi class Drupal\tmgmt_config sources/tmgmt_config/src/ConfigSourcePluginUi.php Config source plugin UI.
ConfigTranslationControllerOverride class Drupal\tmgmt_config\Controller sources/tmgmt_config/src/Controller/ConfigTranslationControllerOverride.php Overridden class for entity translation controllers.
DefaultConfigProcessor class Drupal\tmgmt_config sources/tmgmt_config/src/DefaultConfigProcessor.php Default implementation of the config processor. 1 1
ConfigTranslateForm class Drupal\tmgmt_config\Form sources/tmgmt_config/src/Form/ConfigTranslateForm.php Configuration translation overview form.
ConfigSource class Drupal\tmgmt_config\Plugin\tmgmt\Source sources/tmgmt_config/src/Plugin/tmgmt/Source/ConfigSource.php Content entity source plugin controller. 2
TmgmtConfigRouteSubscriber class Drupal\tmgmt_config\Routing sources/tmgmt_config/src/Routing/TmgmtConfigRouteSubscriber.php Subscriber to alter entity translation routes. 2
WebformConfigProcessor class Drupal\tmgmt_config sources/tmgmt_config/src/WebformConfigProcessor.php 1
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.
SourcePlugin class Drupal\tmgmt\Annotation src/Annotation/SourcePlugin.php Defines a Source plugin annotation object.
TranslatorPlugin class Drupal\tmgmt\Annotation src/Annotation/TranslatorPlugin.php Defines a Translator plugin annotation object.
ContinuousManager class Drupal\tmgmt src/ContinuousManager.php A service manager for continuous jobs. 1 2
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

Pages

Other projects