You are here

public function ComputedItemList::getIterator in Salesforce Suite 8.3

Overrides ItemList::getIterator

File

modules/salesforce_mapping/src/Plugin/Field/ComputedItemList.php, line 17

Class

ComputedItemList
Lifted from https://www.drupal.org/docs/8/api/entity-api/dynamicvirtual-field-values....

Namespace

Drupal\salesforce_mapping\Plugin\Field

Code

public function getIterator() {
  $this
    ->ensurePopulated();
  return new \ArrayIterator($this->list);
}