You are here

public function FileLinkInterface::getResponse in File Link 2.0.x

Same name and namespace in other branches
  1. 8 src/FileLinkInterface.php \Drupal\file_link\FileLinkInterface::getResponse()

Gets the latest stored HTTP response.

Return value

\Psr\Http\Message\ResponseInterface A response object.

1 method overrides FileLinkInterface::getResponse()
FileLinkItem::getResponse in src/Plugin/Field/FieldType/FileLinkItem.php
Gets the latest stored HTTP response.

File

src/FileLinkInterface.php, line 45

Class

FileLinkInterface
Provides an interface for File Link field.

Namespace

Drupal\file_link

Code

public function getResponse();