You are here

public function Attribute::getIterator in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute::getIterator()

File

core/lib/Drupal/Core/Template/Attribute.php, line 352

Class

Attribute
Collects, sanitizes, and renders HTML attributes.

Namespace

Drupal\Core\Template

Code

public function getIterator() {
  return new \ArrayIterator($this->storage);
}