public function FileLinkInterface::getException in File Link 8
Same name and namespace in other branches
- 2.0.x src/FileLinkInterface.php \Drupal\file_link\FileLinkInterface::getException()
Gets the last Guzzle client exception.
Return value
\GuzzleHttp\Exception\RequestException The last Guzzle client exception.
1 method overrides FileLinkInterface::getException()
- FileLinkItem::getException in src/
Plugin/ Field/ FieldType/ FileLinkItem.php - Gets the last Guzzle client exception.
File
- src/
FileLinkInterface.php, line 70
Class
- FileLinkInterface
- Provides an interface for File Link field.
Namespace
Drupal\file_linkCode
public function getException();