public function LingotekProfileInterface::getVaultForTarget in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
- 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVaultForTarget()
- 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 324
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function getVaultForTarget($langcode);