interface LingotekHttpInterface in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 4.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.1.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.2.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.3.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.4.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.5.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.6.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.7.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
- 3.8.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface
Hierarchy
- interface \Drupal\lingotek\Remote\LingotekHttpInterface
Expanded class hierarchy of LingotekHttpInterface
All classes that implement LingotekHttpInterface
2 files declare their use of LingotekHttpInterface
- LingotekApiUnitTest.php in tests/
src/ Unit/ Remote/ LingotekApiUnitTest.php - LingotekUnitTest.php in tests/
src/ Unit/ LingotekUnitTest.php
File
- src/
Remote/ LingotekHttpInterface.php, line 12
Namespace
Drupal\lingotek\RemoteView source
interface LingotekHttpInterface {
public static function create(ContainerInterface $container);
public function get($path, $args = array());
public function post($path, $args = array());
public function delete($path, $args = array());
public function patch($path, $args = array());
public function getCurrentToken();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LingotekHttpInterface:: |
public static | function | 1 | |
LingotekHttpInterface:: |
public | function | 1 | |
LingotekHttpInterface:: |
public | function | 1 | |
LingotekHttpInterface:: |
public | function | 1 | |
LingotekHttpInterface:: |
public | function | 1 | |
LingotekHttpInterface:: |
public | function | 1 |