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