You are here

public function DefaultRoleEvent::getIterator in Organic groups 8

File

src/Event/DefaultRoleEvent.php, line 132

Class

DefaultRoleEvent
Event that is fired when default roles are compiled.

Namespace

Drupal\og\Event

Code

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