function Data::getIterator
Returns an iterator for entities.
Return value
\ArrayIterator An \ArrayIterator instance
File
- 
              core/modules/ jsonapi/ src/ JsonApiResource/ Data.php, line 72 
Class
- Data
- Represents the `data` and `included` objects of a top-level object.
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function getIterator() : \ArrayIterator {
  return new \ArrayIterator($this->data);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
