function ComputedItemListTrait::getValue

File

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

Class

ComputedItemListTrait
Provides common functionality for computed item lists.

Namespace

Drupal\Core\TypedData

Code

public function getValue() {
  $this->ensureComputedValue();
  return parent::getValue();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.