You are here

public function Lingotek::getVaults in Lingotek Translation 8

Same name and namespace in other branches
  1. 8.2 src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  2. 4.0.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  3. 3.0.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  4. 3.1.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  5. 3.2.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  6. 3.3.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  7. 3.4.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  8. 3.5.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  9. 3.6.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  10. 3.7.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()
  11. 3.8.x src/Lingotek.php \Drupal\lingotek\Lingotek::getVaults()

Overrides LingotekInterface::getVaults

1 call to Lingotek::getVaults()
Lingotek::getResources in src/Lingotek.php

File

src/Lingotek.php, line 110
Contains \Drupal\lingotek\Lingotek.

Class

Lingotek

Namespace

Drupal\lingotek

Code

public function getVaults($force = FALSE) {
  return $this
    ->getResource('account.resources.vault', 'getVaults', $force);
}