public function LingotekHttpInterface::delete in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 8.2 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 4.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.1.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.2.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.3.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.4.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.5.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.6.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.7.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
- 3.8.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::delete()
Send a DELETE request.
Parameters
string|\Psr\Http\Message\UriInterface $path: URI object or string.
array $args: Request argument to add via query string.
Return value
\Psr\Http\Message\ResponseInterface A response.
1 method overrides LingotekHttpInterface::delete()
- LingotekHttp::delete in src/
Remote/ LingotekHttp.php - Send a DELETE request.
File
- src/
Remote/ LingotekHttpInterface.php, line 51
Class
- LingotekHttpInterface
- Lingotek HTTP interface.
Namespace
Drupal\lingotek\RemoteCode
public function delete($path, $args = []);