You are here

public function LingotekProfileInterface::getVaultForTarget in Lingotek Translation 3.7.x

Same name and namespace in other branches
  1. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
  2. 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
  3. 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
  4. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
  5. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
  6. 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
  7. 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
  8. 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()

Gets the vault to be used for a given language.

Parameters

string $langcode: The language code.

Return value

string The vault identifier, used to request translations. If 'default, the default site vault should be used.

1 method overrides LingotekProfileInterface::getVaultForTarget()
LingotekProfile::getVaultForTarget in src/Entity/LingotekProfile.php
Gets the vault to be used for a given language.

File

src/LingotekProfileInterface.php, line 335

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function getVaultForTarget($langcode);