public function Entity::getIterator

Implements ComplexDataInterface::getIterator().

1 method overrides Entity::getIterator()
EntityNG::getIterator in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements IteratorAggregate::getIterator().

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 246
Definition of Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getIterator() {

  // @todo: Replace by EntityNG implementation once all entity types have been
  // converted to use the entity field API.
}