You are here

protected property FileLinkItem::$response in File Link 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Field/FieldType/FileLinkItem.php \Drupal\file_link\Plugin\Field\FieldType\FileLinkItem::response

The HTTP response of the last client request, if any.

Type: \Psr\Http\Message\ResponseInterface

File

src/Plugin/Field/FieldType/FileLinkItem.php, line 45

Class

FileLinkItem
Implements a 'file_link' plugin field type.

Namespace

Drupal\file_link\Plugin\Field\FieldType

Code

protected $response = NULL;