function ErrorCollection::getIterator

Returns an iterator for errors.

Attributes

#[\ReturnTypeWillChange]

Return value

\ArrayIterator An \ArrayIterator instance

File

core/modules/jsonapi/src/JsonApiResource/ErrorCollection.php, line 50

Class

ErrorCollection
To be used when the primary data is `errors`.

Namespace

Drupal\jsonapi\JsonApiResource

Code

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

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