You are here

public property BinaryData::$handle in Drupal 9

Same name and namespace in other branches
  1. 8 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 34

Class

BinaryData
The binary data type.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

public $handle = NULL;