Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
StatisticsBase class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/StatisticsBase.php Base class for tmgmt fields. 6 2
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.
Translator class Drupal\tmgmt\Plugin\views\field src/Plugin/views/field/Translator.php Field handler which shows the operations for a job.
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.
JobItemState class Drupal\tmgmt\Plugin\views\filter src/Plugin/views/filter/JobItemState.php Filter based on job item state.
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.
RemoteMappingInterface interface Drupal\tmgmt src/RemoteMappingInterface.php Interface for the tmgmt_remote entity. 1 1
SegmenterInterface interface Drupal\tmgmt src/SegmenterInterface.php This interface offers a suite of methods to add segments and filter data. 1
SourceManager class Drupal\tmgmt src/SourceManager.php A plugin manager for source plugins. 2 2
SourcePluginBase abstract class Drupal\tmgmt src/SourcePluginBase.php Default controller class for source plugins. 4 4
SourcePluginInterface interface Drupal\tmgmt src/SourcePluginInterface.php Interface for source plugin controllers. 1
SourcePluginUiBase class Drupal\tmgmt src/SourcePluginUiBase.php Default ui controller class for source plugin. 3 3
SourcePluginUiInterface interface Drupal\tmgmt src/SourcePluginUiInterface.php Interface for source ui controllers. 1
SourcePreviewInterface interface Drupal\tmgmt src/SourcePreviewInterface.php Interface for source plugin controllers they may be previewed. 1 3
EntityTestBase abstract class Drupal\tmgmt\Tests src/Tests/EntityTestBase.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.
TMGMTTestBase abstract class Drupal\tmgmt\Tests src/Tests/TMGMTTestBase.php Base class for tests. 1
TMGMTException class Drupal\tmgmt src/TMGMTException.php TMGMT Exception class. 9
AvailableResult class Drupal\tmgmt\Translator src/Translator/AvailableResult.php Returns the result for an translator availability check. 3
TranslatableResult class Drupal\tmgmt\Translator src/Translator/TranslatableResult.php Returns the result of whether a translator can translate a job. 5
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
TranslatorInterface interface Drupal\tmgmt src/TranslatorInterface.php Interface for the tmgmt_translator entity. 1 4
TranslatorManager class Drupal\tmgmt src/TranslatorManager.php A plugin manager for translator plugins. 3 2
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
LocalTasksTests class Drupal\Tests\tmgmt\Functional tests/src/Functional/LocalTasksTests.php Verifies basic functionality of the local tasks.
TMGMTCartTest class Drupal\Tests\tmgmt\Functional tests/src/Functional/TMGMTCartTest.php Verifies basic functionality of the user interface
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
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
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
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.
TmgmtContinuousJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TmgmtContinuousJavascriptTest.php Verifies functionality of translator handling.
TMGMTUiJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TMGMTUiJavascriptTest.php Verifies the UI of the review form.
TranslatorJavascriptTest class Drupal\Tests\tmgmt\FunctionalJavascript tests/src/FunctionalJavascript/TranslatorJavascriptTest.php Verifies functionality of translator handling.
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
TestContinuousEventSubscriber class Drupal\tmgmt_test\EventSubscriber tmgmt_test/src/EventSubscriber/TestContinuousEventSubscriber.php Test event subscriber to test the continuous jobs events. 1 2
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.
TestController class Drupal\tmgmt_test tmgmt_test/src/TestController.php Test controller.

Pages

Other projects