You are here

public function Lingotek::get in Lingotek Translation 8

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

Overrides LingotekInterface::get

7 calls to Lingotek::get()
Lingotek::addTarget in src/Lingotek.php
Requests a translation to the Lingotek service.
Lingotek::getCommunities in src/Lingotek.php
Lingotek::getDefaults in src/Lingotek.php
Lingotek::getDocumentContent in src/Lingotek.php
Lingotek::getResource in src/Lingotek.php

... See full list

File

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

Class

Lingotek

Namespace

Drupal\lingotek

Code

public function get($key) {
  return $this->config
    ->get($key);
}