You are here

interface LingotekHttpInterface in Lingotek Translation 8

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

Hierarchy

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\Remote
View 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