You are here

LingotekMultipleContentConfigurationServiceInterface.php in Lingotek Translation 3.1.x

Namespace

Drupal\lingotek

File

src/LingotekMultipleContentConfigurationServiceInterface.php
View source
<?php

namespace Drupal\lingotek;


/**
 * Defines service for setting content configuration in a multiple way.
 */
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);

}

Interfaces

Namesort descending Description
LingotekMultipleContentConfigurationServiceInterface Defines service for setting content configuration in a multiple way.