function ItemList::offsetUnset

File

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

Class

ItemList
A generic list class.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

public function offsetUnset($offset) : void {
  $this->removeItem($offset);
}

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