You are here

public property BinaryData::$handle in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php \Drupal\Core\TypedData\Plugin\DataType\BinaryData::handle

A generic file resource handle.

Type: resource

File

core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php, line 39
Contains \Drupal\Core\TypedData\Plugin\DataType\BinaryData.

Class

BinaryData
The binary data type.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

public $handle = NULL;