function ItemList::offsetGet

File

core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php, line 190

Class

ItemList
A generic list class.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

public function offsetGet($offset) {
  return $this->get($offset);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.