public function LingotekHttpInterface::get in Lingotek Translation 8.2
Same name and namespace in other branches
- 8 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 4.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.1.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.2.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.3.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.4.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.5.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.6.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.7.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
- 3.8.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::get()
1 method overrides LingotekHttpInterface::get()
- LingotekHttp::get in src/
Remote/ LingotekHttp.php - Send a GET request.
File
- src/
Remote/ LingotekHttpInterface.php, line 16
Class
- LingotekHttpInterface
- a simple interface to http functions
Namespace
Drupal\lingotek\RemoteCode
public function get($path, $args = []);