public function LingotekProfileInterface::getVault in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getVault()
Gets the TM vault of the profile.
Return value
string The TM vault identifier, used to upload documents. If 'default', the default site vault should be used.
1 method overrides LingotekProfileInterface::getVault()
- LingotekProfile::getVault in src/
Entity/ LingotekProfile.php - Gets the TM vault of the profile.
File
- src/
LingotekProfileInterface.php, line 157
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function getVault();