You are here

public function Webform::getIterator in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Entity/Webform.php \Drupal\webform\Entity\Webform::getIterator()

Define empty array iterator.

See: Issue #2759267: Undefined method Webform::getIterator().

File

src/Entity/Webform.php, line 3254

Class

Webform
Defines the webform entity.

Namespace

Drupal\webform\Entity

Code

public function getIterator() {
  return new \ArrayIterator([]);
}