You are here

protected property PrimitiveBase::$value in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/PrimitiveBase.php \Drupal\Core\TypedData\PrimitiveBase::value
  2. 9 core/lib/Drupal/Core/TypedData/PrimitiveBase.php \Drupal\Core\TypedData\PrimitiveBase::value

The data value.

Type: mixed

File

core/lib/Drupal/Core/TypedData/PrimitiveBase.php, line 15

Class

PrimitiveBase
Base class for primitive data types.

Namespace

Drupal\Core\TypedData

Code

protected $value;