You are here

protected property ComputedItemListTrait::$valueComputed in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php \Drupal\Core\TypedData\ComputedItemListTrait::valueComputed

Whether the values have already been computed or not.

Type: bool

File

core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php, line 22

Class

ComputedItemListTrait
Provides common functionality for computed item lists.

Namespace

Drupal\Core\TypedData

Code

protected $valueComputed = FALSE;