function ItemList::offsetUnset

Attributes

#[\ReturnTypeWillChange]

File

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

Class

ItemList
A generic list class.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

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

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