Provides a basic class to iterator over a large number of entities by lazily loading them and clearing the cache as it goes along.

Something along the lines of:

$nodes = new EntityIterator('node');
foreach ($nodes as $node) {
  // ...
}

Will be obsoleted by #2577417: Add an entity iterator to load entities in chunks

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Project categories: Developer tools
  • chart icon2 sites report using this module
  • Created by mjpa on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    Look for the shield icon below.

Releases