You are here

public function ItemList::offsetGet in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php \Drupal\Core\TypedData\Plugin\DataType\ItemList::offsetGet()

File

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

Class

ItemList
A generic list class.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

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