function ContentEntityBase::getIterator
Attributes
#[\ReturnTypeWillChange]
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php, line 690
Class
- ContentEntityBase
- Implements Entity Field API specific enhancements to the Entity class.
Namespace
Drupal\Core\EntityCode
public function getIterator() {
return new \ArrayIterator($this->getFields());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.