Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
TaskStatus class Drupal\tmgmt_local\Plugin\views\field translators/tmgmt_local/src/Plugin/views/field/TaskStatus.php Field handler which shows the link for translating translation task.
TestContinuousEventSubscriber class Drupal\tmgmt_test\EventSubscriber tmgmt_test/src/EventSubscriber/TestContinuousEventSubscriber.php Test event subscriber to test the continuous jobs events. 1 2
TestController class Drupal\tmgmt_test tmgmt_test/src/TestController.php Test controller.
TestHtmlSource class Drupal\tmgmt_test\Plugin\tmgmt\Source tmgmt_test/src/Plugin/tmgmt/Source/TestHtmlSource.php Test source plugin implementation.
TestSource class Drupal\tmgmt_test\Plugin\tmgmt\Source tmgmt_test/src/Plugin/tmgmt/Source/TestSource.php Test source plugin implementation. 1
TestTranslator class Drupal\tmgmt_test\Plugin\tmgmt\Translator tmgmt_test/src/Plugin/tmgmt/Translator/TestTranslator.php Test source plugin implementation.
TestTranslatorUi class Drupal\tmgmt_test tmgmt_test/src/TestTranslatorUi.php Test translator UI controller.
TMGMTCartTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTCartTest.php Verifies basic functionality of the user interface
TmgmtConfigRouteSubscriber class Drupal\tmgmt_config\Routing sources/tmgmt_config/src/Routing/TmgmtConfigRouteSubscriber.php Subscriber to alter entity translation routes. 2
TmgmtContentRouteSubscriber class Drupal\tmgmt_content\Routing sources/content/src/Routing/TmgmtContentRouteSubscriber.php Subscriber to alter entity translation routes. 2
TmgmtContinuousJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TmgmtContinuousJavascriptTest.php Verifies functionality of translator handling.
TMGMTController class Drupal\tmgmt\Controller src/Controller/TMGMTController.php Returns responses for tmgmt routes.
TMGMTDemoTest class Drupal\Tests\tmgmt_demo\Functional modules/demo/tests/src/Functional/TMGMTDemoTest.php Tests the demo module for TMGMT.
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
TMGMTException class Drupal\tmgmt src/TMGMTException.php TMGMT Exception class. 9
TmgmtFileCommands class Drupal\tmgmt_file\Commands translators/tmgmt_file/src/Commands/TmgmtFileCommands.php A Drush commandfile. 2
TmgmtFormBase class Drupal\tmgmt\Form src/Form/TmgmtFormBase.php Form controller for the job item edit forms. 2
TMGMTKernelTestBase abstract class Drupal\Tests\tmgmt\Kernel tests/src/Kernel/TMGMTKernelTestBase.php Base class for tests. 7 4
TMGMTLocalBreadcrumbBuilder class Drupal\tmgmt_local\Menu translators/tmgmt_local/src/Menu/TMGMTLocalBreadcrumbBuilder.php A custom Local task item breadcrumb builder. 2
TMGMTTestBase abstract class Drupal\tmgmt\Tests src/Tests/TMGMTTestBase.php Base class for tests. 1
TMGMTTestBase abstract class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTTestBase.php Base class for tests. 18 11
TmgmtTestTrait trait Drupal\Tests\tmgmt\Functional tests/src/Functional/TmgmtTestTrait.php Base class for tests. 3
TMGMTUiContinuousTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTUiContinuousTest.php Verifies continuous functionality of the user interface
TMGMTUiJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TMGMTUiJavascriptTest.php Verifies the UI of the review form.
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
TranslatableResult class Drupal\tmgmt\Translator src/Translator/TranslatableResult.php Returns the result of whether a translator can translate a job. 5
Translator class Drupal\tmgmt\Entity src/Entity/Translator.php Entity class for the tmgmt_translator entity. 14
Translator class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/Translator.php Field handler which shows the operations for a job.
TranslatorAccessControlHandler class Drupal\tmgmt\Entity\Controller src/Entity/Controller/TranslatorAccessControlHandler.php Access control handler for the translator entity.
TranslatorController class Drupal\tmgmt\Controller src/Controller/TranslatorController.php Route controller class for the tmgmt translator entity.
TranslatorForm class Drupal\tmgmt\Form src/Form/TranslatorForm.php Form controller for the translator edit forms. 1
TranslatorInterface interface Drupal\tmgmt src/TranslatorInterface.php Interface for the tmgmt_translator entity. 1 4
TranslatorJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TranslatorJavascriptTest.php Verifies functionality of translator handling.
TranslatorListBuilder class Drupal\tmgmt\Entity\ListBuilder src/Entity/ListBuilder/TranslatorListBuilder.php Provides a listing of translators.
TranslatorManager class Drupal\tmgmt src/TranslatorManager.php A plugin manager for translator plugins. 3 2
TranslatorPlugin class Drupal\tmgmt\Annotation src/Annotation/TranslatorPlugin.php Defines a Translator plugin annotation object.
TranslatorPluginBase abstract class Drupal\tmgmt src/TranslatorPluginBase.php Default controller class for service plugins. 3 3
TranslatorPluginInterface interface Drupal\tmgmt src/TranslatorPluginInterface.php Interface for service plugin controllers. 1
TranslatorPluginUiBase class Drupal\tmgmt src/TranslatorPluginUiBase.php Default ui controller class for translator plugins. 3 3
TranslatorPluginUiInterface interface Drupal\tmgmt src/TranslatorPluginUiInterface.php Interface for translator ui controllers. 1
TranslatorRejectDataInterface interface Drupal\tmgmt src/TranslatorRejectDataInterface.php Handle reject on data item level. 1 3
TranslatorResult abstract class Drupal\tmgmt\Translator src/Translator/TranslatorResult.php Used by translator to return the boolean result of a check with a reason. 2
TranslatorTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TranslatorTest.php Verifies functionality of translator handling
TranslatorUITest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TranslatorUITest.php Tests the translator add, edit and overview user interfaces.
UnassignTask class Drupal\tmgmt_local\Plugin\Action translators/tmgmt_local/src/Plugin/Action/UnassignTask.php Redirects to a task assign form.
ViewJobAccess class Drupal\tmgmt\Plugin\views\access src/Plugin/views/access/ViewJobAccess.php Access plugin that checks multiple permissions.
WebformConfigProcessor class Drupal\tmgmt_config sources/tmgmt_config/src/WebformConfigProcessor.php 1
WordCount class Drupal\tmgmt_local\Plugin\views\field translators/tmgmt_local/src/Plugin/views/field/WordCount.php Field handler which shows the word count for a job or job item.
WordCount class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/WordCount.php Field handler which shows the word count for a job or job item.

Pages

Other projects