You are here

interface LingotekMultipleContentConfigurationServiceInterface in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 4.0.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
  2. 3.1.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
  3. 3.2.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
  4. 3.3.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
  5. 3.5.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
  6. 3.6.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
  7. 3.7.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
  8. 3.8.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface

Defines service for setting content configuration in a multiple way.

Hierarchy

Expanded class hierarchy of LingotekMultipleContentConfigurationServiceInterface

All classes that implement LingotekMultipleContentConfigurationServiceInterface

File

src/LingotekMultipleContentConfigurationServiceInterface.php, line 8

Namespace

Drupal\lingotek
View source
interface LingotekMultipleContentConfigurationServiceInterface {

  /**
   * Sets Lingotek translatability settings of multiple content.
   *
   * @return \Drupal\Core\Entity\EntityTypeInterface[]
   *   An array of entity types that are enabled for Lingotek content translation.
   */
  public function setContentTranslationSettings(array $contentData);

}

Members

Namesort descending Modifiers Type Description Overrides
LingotekMultipleContentConfigurationServiceInterface::setContentTranslationSettings public function Sets Lingotek translatability settings of multiple content. 1