You are here

public function LingotekApiInterface::addDocument in Lingotek Translation 3.2.x

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

Adds a document to Lingotek.

Parameters

array $args: The document data.

Return value

\Psr\Http\Message\ResponseInterface A response.

Throws

\Drupal\lingotek\Exception\LingotekApiException

See also

http://devzone.lingotek.com

1 method overrides LingotekApiInterface::addDocument()
LingotekApi::addDocument in src/Remote/LingotekApi.php
Adds a document to Lingotek.

File

src/Remote/LingotekApiInterface.php, line 38

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function addDocument($args);