Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
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
FormatPlugin class Drupal\tmgmt_file\Annotation translators/tmgmt_file/src/Annotation/FormatPlugin.php Defines a Format plugin annotation object.
HelperTest class Drupal\Tests\tmgmt\Kernel tests/src/Kernel/HelperTest.php Tests the helper functions in tmgmt.module.
Html class Drupal\tmgmt_file\Plugin\tmgmt_file\Format translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Html.php Export into HTML.
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.
Job class Drupal\tmgmt\Entity src/Entity/Job.php Entity class for the tmgmt_job entity. 31
JobAbortForm class Drupal\tmgmt\Form src/Form/JobAbortForm.php Provides a form for deleting a node.
JobAccessControlHandler class Drupal\tmgmt\Entity\Controller src/Entity/Controller/JobAccessControlHandler.php Access control handler for the job entity. 1
JobCheckoutManager class Drupal\tmgmt src/JobCheckoutManager.php Provides functionality related to job checkout and submissions. 1 2
JobForm class Drupal\tmgmt\Form src/Form/JobForm.php Form controller for the job edit forms. 1
JobInterface interface Drupal\tmgmt src/JobInterface.php Interface for tmgmt_job entity. 1 27
JobItem class Drupal\tmgmt\Entity src/Entity/JobItem.php Entity class for the tmgmt_job_item entity. 18
JobItemAbortForm class Drupal\tmgmt\Form src/Form/JobItemAbortForm.php Provides a form for deleting a node.
JobItemAccessControlHandler class Drupal\tmgmt\Entity\Controller src/Entity/Controller/JobItemAccessControlHandler.php Access control handler for the job item entity.
JobItemBreadcrumbBuilder class Drupal\tmgmt\Menu src/Menu/JobItemBreadcrumbBuilder.php A custom Job item breadcrumb builder. 2
JobItemCart class Drupal\tmgmt src/JobItemCart.php Represents a job item cart. 2
JobItemDeleteForm class Drupal\tmgmt\Form src/Form/JobItemDeleteForm.php Provides a confirmation delete form for 'tmgmt_job_item' entity.
JobItemForm class Drupal\tmgmt\Form src/Form/JobItemForm.php Form controller for the job item edit forms.
JobItemInterface interface Drupal\tmgmt src/JobItemInterface.php Interface for tmgmt_job_item entity. 1 30
JobItemLegend class Drupal\tmgmt\Plugin\views\area src/Plugin/views/area/JobItemLegend.php Views area job item legend handler.
JobItemListBuilder class Drupal\tmgmt\Entity\ListBuilder src/Entity/ListBuilder/JobItemListBuilder.php Provides the views data for the message entity type.
JobItemState class Drupal\tmgmt\Plugin\views\filter src/Plugin/views/filter/JobItemState.php Filter based on job item state.
JobItemState class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/JobItemState.php Field handler which shows the link for translating translation task items.
JobItemType class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/JobItemType.php Field handler which shows the operations for a job.
JobItemViewsData class Drupal\tmgmt\Entity\ViewsData src/Entity/ViewsData/JobItemViewsData.php Provides the views data for the job entity type.
JobLegend class Drupal\tmgmt\Plugin\views\area src/Plugin/views/area/JobLegend.php Views area job legend handler.
JobListBuilder class Drupal\tmgmt\Entity\ListBuilder src/Entity/ListBuilder/JobListBuilder.php Provides the views data for the message entity type.
JobQueue class Drupal\tmgmt src/JobQueue.php Represents a job (checkout) queue. 2
JobResubmitForm class Drupal\tmgmt\Form src/Form/JobResubmitForm.php Provides a form for deleting a node.
JobState class Drupal\tmgmt\Plugin\views\filter src/Plugin/views/filter/JobState.php Filter based on job state.
JobState class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/JobState.php Field handler which shows the state icons for jobs.
JobType class Drupal\tmgmt\Plugin\views\filter src/Plugin/views/filter/JobType.php Filter based on job type.
JobViewsData class Drupal\tmgmt\Entity\ViewsData src/Entity/ViewsData/JobViewsData.php Provides the views data for the job item entity type.
KeyAccessCheck class Drupal\tmgmt_content\Access sources/content/src/Access/KeyAccessCheck.php Checks access for TMGMT job item. 2
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.
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.
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.
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.
LanguageMatcher class Drupal\tmgmt src/LanguageMatcher.php Language matcher service. 2
LinkFieldProcessor class Drupal\tmgmt_content sources/content/src/LinkFieldProcessor.php Field processor for the link field. 1
LocaleSource class Drupal\tmgmt_locale\Plugin\tmgmt\Source sources/locale/src/Plugin/tmgmt/Source/LocaleSource.php Translation Source plugin for locale strings.
LocaleSourcePluginUi class Drupal\tmgmt_locale sources/locale/src/LocaleSourcePluginUi.php Locale source plugin UI.
LocaleSourceTest class Drupal\Tests\tmgmt_locale\Kernel sources/locale/tests/src/Kernel/LocaleSourceTest.php Basic Locale Source tests.
LocaleSourceUiTest class Drupal\Tests\tmgmt_locale\Functional sources/locale/tests/src/Functional/LocaleSourceUiTest.php Locale Source UI tests.
LocalTask class Drupal\tmgmt_local\Entity translators/tmgmt_local/src/Entity/LocalTask.php Entity class for the local task entity. 5
LocalTaskAccessControlHandler class Drupal\tmgmt_local\Entity\Controller translators/tmgmt_local/src/Entity/Controller/LocalTaskAccessControlHandler.php Access control handler for the task entity.

Pages

Other projects