Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statements Stringssort ascending
TestTranslatorUi class Drupal\tmgmt_test tmgmt_test/src/TestTranslatorUi.php Test translator UI controller.
TestController class Drupal\tmgmt_test tmgmt_test/src/TestController.php Test controller.
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
RecursiveDOMIterator class Drupal\tmgmt_file translators/tmgmt_file/src/RecursiveDOMIterator.php Class used to iterate through DOMDocument. 1
FileTranslatorUi class Drupal\tmgmt_file translators/tmgmt_file/src/FileTranslatorUi.php File translator UI.
LocalTranslatorUi class Drupal\tmgmt_local translators/tmgmt_local/src/LocalTranslatorUi.php Drupal user provider plugin UI.
JobItemAccessControlHandler class Drupal\tmgmt\Entity\Controller src/Entity/Controller/JobItemAccessControlHandler.php Access control handler for the job item entity.
TranslatorAccessControlHandler class Drupal\tmgmt\Entity\Controller src/Entity/Controller/TranslatorAccessControlHandler.php Access control handler for the translator entity.
JobAccessControlHandler class Drupal\tmgmt\Entity\Controller src/Entity/Controller/JobAccessControlHandler.php Access control handler for the job entity. 1
TranslatorListBuilder class Drupal\tmgmt\Entity\ListBuilder src/Entity/ListBuilder/TranslatorListBuilder.php Provides a listing of translators.
JobListBuilder class Drupal\tmgmt\Entity\ListBuilder src/Entity/ListBuilder/JobListBuilder.php Provides the views data for the message entity type.
JobItemListBuilder class Drupal\tmgmt\Entity\ListBuilder src/Entity/ListBuilder/JobItemListBuilder.php Provides the views data for the message entity type.
JobViewsData class Drupal\tmgmt\Entity\ViewsData src/Entity/ViewsData/JobViewsData.php Provides the views data for the job item entity type.
JobItemViewsData class Drupal\tmgmt\Entity\ViewsData src/Entity/ViewsData/JobItemViewsData.php Provides the views data for the job entity type.
MessageViewsData class Drupal\tmgmt\Entity\ViewsData src/Entity/ViewsData/MessageViewsData.php Provides the views data for the message entity type.
ConfigSourcePluginUi class Drupal\tmgmt_config sources/tmgmt_config/src/ConfigSourcePluginUi.php Config source plugin UI.
LocaleSourcePluginUi class Drupal\tmgmt_locale sources/locale/src/LocaleSourcePluginUi.php Locale source plugin UI.
ContentEntitySourcePluginUi class Drupal\tmgmt_content sources/content/src/ContentEntitySourcePluginUi.php Content entity source plugin UI.
FormatPlugin class Drupal\tmgmt_file\Annotation translators/tmgmt_file/src/Annotation/FormatPlugin.php Defines a Format plugin annotation object.
LocalTaskController class Drupal\tmgmt_local\Controller translators/tmgmt_local/src/Controller/LocalTaskController.php Returns responses for Local task routes.
LocalTask class Drupal\tmgmt_local\Entity translators/tmgmt_local/src/Entity/LocalTask.php Entity class for the local task entity. 5
LocalTaskItem class Drupal\tmgmt_local\Entity translators/tmgmt_local/src/Entity/LocalTaskItem.php Entity class for the local task item entity. 2
LocalTaskItemForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskItemForm.php Form controller for the localTaskItem edit forms.
LocalTaskAssignForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskAssignForm.php Assign task confirmation form.
LocalTaskUnassignForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskUnassignForm.php Unassign task confirmation form.
LocalTaskForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskForm.php Form controller for the localTask edit forms.
JobState class Drupal\tmgmt\Plugin\views\filter src/Plugin/views/filter/JobState.php Filter based on job state.
JobType class Drupal\tmgmt\Plugin\views\filter src/Plugin/views/filter/JobType.php Filter based on job type.
JobLegend class Drupal\tmgmt\Plugin\views\area src/Plugin/views/area/JobLegend.php Views area job legend handler.
JobItemLegend class Drupal\tmgmt\Plugin\views\area src/Plugin/views/area/JobItemLegend.php Views area job item legend handler.
ViewJobAccess class Drupal\tmgmt\Plugin\views\access src/Plugin/views/access/ViewJobAccess.php Access plugin that checks multiple permissions.
JobState class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/JobState.php Field handler which shows the state icons for jobs.
TagsCount class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/TagsCount.php Field handler which shows the HTML tags count for a job or job item.
Message class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/Message.php Provides a field handler that renders a log message with replaced variables.
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.
JobItemType class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/JobItemType.php Field handler which shows the operations for a job.
Translator class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/Translator.php Field handler which shows the operations for a job.
JobItemState class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/JobItemState.php Field handler which shows the link for translating translation task items.
EntityLabel class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/EntityLabel.php Field handler which shows the label for a job or job item.
StatisticsBase class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/StatisticsBase.php Base class for tmgmt fields. 6 2
Progress class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/Progress.php Field handler which shows the progress of a job or job item.
ConfigTranslationControllerOverride class Drupal\tmgmt_config\Controller sources/tmgmt_config/src/Controller/ConfigTranslationControllerOverride.php Overridden class for entity translation controllers.
ConfigTranslateForm class Drupal\tmgmt_config\Form sources/tmgmt_config/src/Form/ConfigTranslateForm.php Configuration translation overview form.
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.
ContentTranslateForm class Drupal\tmgmt_content\Form sources/content/src/Form/ContentTranslateForm.php
UnassignTask class Drupal\tmgmt_local\Plugin\Action translators/tmgmt_local/src/Plugin/Action/UnassignTask.php Redirects to a task assign form.

Pages

Other projects