Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
TestTranslatorUi class Drupal\tmgmt_test tmgmt_test/src/TestTranslatorUi.php Test translator UI controller.
FormatPlugin class Drupal\tmgmt_file\Annotation translators/tmgmt_file/src/Annotation/FormatPlugin.php Defines a Format plugin annotation object.
TmgmtFileCommands class Drupal\tmgmt_file\Commands translators/tmgmt_file/src/Commands/TmgmtFileCommands.php A Drush commandfile. 2
FileTranslatorUi class Drupal\tmgmt_file translators/tmgmt_file/src/FileTranslatorUi.php File translator UI.
FormatInterface interface Drupal\tmgmt_file\Format translators/tmgmt_file/src/Format/FormatInterface.php Interface for exporting to a given file format. 2 2
FormatManager class Drupal\tmgmt_file\Format translators/tmgmt_file/src/Format/FormatManager.php A plugin manager for file format plugins. 2
FileTranslator class Drupal\tmgmt_file\Plugin\tmgmt\Translator translators/tmgmt_file/src/Plugin/tmgmt/Translator/FileTranslator.php File translator.
Html class Drupal\tmgmt_file\Plugin\tmgmt_file\Format translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Html.php Export into HTML.
Xliff class Drupal\tmgmt_file\Plugin\tmgmt_file\Format translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Xliff.php Export to XLIFF format.
RecursiveDOMIterator class Drupal\tmgmt_file translators/tmgmt_file/src/RecursiveDOMIterator.php Class used to iterate through DOMDocument. 1
FileTranslatorTest class Drupal\Tests\tmgmt_file\Functional translators/tmgmt_file/tests/src/Functional/FileTranslatorTest.php Tests for the file translator.
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.
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.
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.
LanguageCombinationConstraintValidator class Drupal\tmgmt_language_combination\Plugin\Validation\Constraint translators/tmgmt_local/skills/src/Plugin/Validation/Constraint/LanguageCombinationConstraintValidator.php Validates the ForumLeaf constraint.
LocalTaskController class Drupal\tmgmt_local\Controller translators/tmgmt_local/src/Controller/LocalTaskController.php Returns responses for Local task routes.
LocalTaskAccessControlHandler class Drupal\tmgmt_local\Entity\Controller translators/tmgmt_local/src/Entity/Controller/LocalTaskAccessControlHandler.php Access control handler for the task entity.
LocalTaskItemAccessController class Drupal\tmgmt_local\Entity\Controller translators/tmgmt_local/src/Entity/Controller/LocalTaskItemAccessController.php Access control handler for the task item entity.
LocalTaskItemListBuilder class Drupal\tmgmt_local\Entity\ListBuilder translators/tmgmt_local/src/Entity/ListBuilder/LocalTaskItemListBuilder.php Provides the views data for the message entity type.
LocalTaskListBuilder class Drupal\tmgmt_local\Entity\ListBuilder translators/tmgmt_local/src/Entity/ListBuilder/LocalTaskListBuilder.php Provides the views data for the message entity type.
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
LocalTaskItemViewsData class Drupal\tmgmt_local\Entity\ViewsData translators/tmgmt_local/src/Entity/ViewsData/LocalTaskItemViewsData.php Provides the views data for the local task item entity type.
LocalTaskViewsData class Drupal\tmgmt_local\Entity\ViewsData translators/tmgmt_local/src/Entity/ViewsData/LocalTaskViewsData.php Provides the views data for the local task entity type.
AssignMultiple class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/AssignMultiple.php Provides a node deletion confirmation form. 1
LocalTaskAssignForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskAssignForm.php Assign task confirmation form.
LocalTaskForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskForm.php Form controller for the localTask edit forms.
LocalTaskItemForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskItemForm.php Form controller for the localTaskItem edit forms.
LocalTaskUnassignForm class Drupal\tmgmt_local\Form translators/tmgmt_local/src/Form/LocalTaskUnassignForm.php Unassign task confirmation form.
LocalTaskInterface interface Drupal\tmgmt_local translators/tmgmt_local/src/LocalTaskInterface.php Interface for tmgmt_local_task entity. 1 10
LocalTaskItemInterface interface Drupal\tmgmt_local translators/tmgmt_local/src/LocalTaskItemInterface.php Interface for tmgmt_local_task_item entity. 1 5
LocalTranslatorUi class Drupal\tmgmt_local translators/tmgmt_local/src/LocalTranslatorUi.php Drupal user provider plugin UI.
TMGMTLocalBreadcrumbBuilder class Drupal\tmgmt_local\Menu translators/tmgmt_local/src/Menu/TMGMTLocalBreadcrumbBuilder.php A custom Local task item breadcrumb builder. 2
AssignTask class Drupal\tmgmt_local\Plugin\Action translators/tmgmt_local/src/Plugin/Action/AssignTask.php Redirects to a task assign form.
AssignToMeTask class Drupal\tmgmt_local\Plugin\Action translators/tmgmt_local/src/Plugin/Action/AssignToMeTask.php Redirects to a task assign form.
UnassignTask class Drupal\tmgmt_local\Plugin\Action translators/tmgmt_local/src/Plugin/Action/UnassignTask.php Redirects to a task assign form.
LocalTranslator class Drupal\tmgmt_local\Plugin\tmgmt\Translator translators/tmgmt_local/src/Plugin/tmgmt/Translator/LocalTranslator.php Drupal user provider.
TaskLegend class Drupal\tmgmt_local\Plugin\views\area translators/tmgmt_local/src/Plugin/views/area/TaskLegend.php Views area task legend handler.
ItemCount class Drupal\tmgmt_local\Plugin\views\field translators/tmgmt_local/src/Plugin/views/field/ItemCount.php Field handler to show the amount of job items per task.
LoopCount class Drupal\tmgmt_local\Plugin\views\field translators/tmgmt_local/src/Plugin/views/field/LoopCount.php Field handler which shows the word count for a job or job item.
Progress class Drupal\tmgmt_local\Plugin\views\field translators/tmgmt_local/src/Plugin/views/field/Progress.php Field handler which shows the progress of a job or job item.
TaskItemStatus class Drupal\tmgmt_local\Plugin\views\field translators/tmgmt_local/src/Plugin/views/field/TaskItemStatus.php Field handler which shows the link for translating translation task items.
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.
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.
TaskEligible class Drupal\tmgmt_local\Plugin\views\filter translators/tmgmt_local/src/Plugin/views/filter/TaskEligible.php Field handler which shows the link for assign translation task to user.
RouteSubscriber class Drupal\tmgmt_local\Routing translators/tmgmt_local/src/Routing/RouteSubscriber.php Listens to the dynamic route events. 2
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.

Pages

Other projects