You are here

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

Overrides IndexerInterface::get

1 call to ArrayIndexer::get()
ArrayIndexer::getMultiple in src/ArrayIndexer.php

File

src/ArrayIndexer.php, line 36

Class

ArrayIndexer

Namespace

Drupal\drupalmoduleupgrader

Code

public final function get($key) {
  return $this->elements[$key];
}