final public function ArrayIndexer::get in Drupal 7 to 8/9 Module Upgrader 8
Overrides IndexerInterface::get
1 call to ArrayIndexer::get()
File
- src/
ArrayIndexer.php, line 36
Class
Namespace
Drupal\drupalmoduleupgraderCode
public final function get($key) {
return $this->elements[$key];
}