You are here

public function LingotekProfileInterface::setVault in Lingotek Translation 3.2.x

Same name and namespace in other branches
  1. 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  2. 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  3. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  4. 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  5. 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  6. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  7. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  8. 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  9. 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  10. 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setVault()
  11. 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\lingotek

Code

public function setVault($vault);