You are here

final public function ArrayIndexer::getAll in Drupal 7 to 8/9 Module Upgrader 8

Overrides IndexerBase::getAll

File

src/ArrayIndexer.php, line 58

Class

ArrayIndexer

Namespace

Drupal\drupalmoduleupgrader

Code

public final function getAll() {
  return $this->elements;
}