function ComputedItemListTrait::getIterator
Attributes
#[\ReturnTypeWillChange]
File
-
core/
lib/ Drupal/ Core/ TypedData/ ComputedItemListTrait.php, line 130
Class
- ComputedItemListTrait
- Provides common functionality for computed item lists.
Namespace
Drupal\Core\TypedDataCode
public function getIterator() {
$this->ensureComputedValue();
return parent::getIterator();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.