You are here

protected property Any::$value in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php \Drupal\Core\TypedData\Plugin\DataType\Any::value

The data value.

Type: mixed

File

core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php, line 26

Class

Any
The "any" data type.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

protected $value;