You are here

protected property PrimitiveBase::$value in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 20
Contains \Drupal\Core\TypedData\PrimitiveBase.

Class

PrimitiveBase
Base class for primitive data types.

Namespace

Drupal\Core\TypedData

Code

protected $value;