interface ContinuousTranslatorInterface

Interface for continuous translators.

Hierarchy

Expanded class hierarchy of ContinuousTranslatorInterface

All classes that implement ContinuousTranslatorInterface

Related topics

7 files declare their use of ContinuousTranslatorInterface
ContentEntitySourceUnitTest.php in sources/content/tests/src/Kernel/ContentEntitySourceUnitTest.php
ContinuousJobForm.php in src/Form/ContinuousJobForm.php
CrudTest.php in tests/src/Kernel/CrudTest.php
JobState.php in src/Plugin/views/filter/JobState.php
LocalTranslator.php in translators/tmgmt_local/src/Plugin/tmgmt/Translator/LocalTranslator.php

... See full list

File

src/ContinuousTranslatorInterface.php, line 10

Namespace

Drupal\tmgmt
View source
interface ContinuousTranslatorInterface {

  /**
   * Requests the translation of a JobItem.
   *
   * @param JobItemInterface[] $job_items
   *   The JobItem we want to translate.
   */
  public function requestJobItemsTranslation(array $job_items);

}

Members

Namesort descending Modifiers Type Description Overrides
ContinuousTranslatorInterface::requestJobItemsTranslation public function Requests the translation of a JobItem. 2