You are here

public function ComputedItemListTrait::getString in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php \Drupal\Core\TypedData\ComputedItemListTrait::getString()
  2. 10 core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php \Drupal\Core\TypedData\ComputedItemListTrait::getString()

File

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

Class

ComputedItemListTrait
Provides common functionality for computed item lists.

Namespace

Drupal\Core\TypedData

Code

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