public function Lingotek::get in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 4.0.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.0.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.1.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.2.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.3.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.4.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.5.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.6.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 3.7.x src/Lingotek.php \Drupal\lingotek\Lingotek::get()
- 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
File
- src/
Lingotek.php, line 148 - Contains \Drupal\lingotek\Lingotek.
Class
Namespace
Drupal\lingotekCode
public function get($key) {
return $this->config
->get($key);
}