Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::__unset()
  2. 9 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::__unset()

Magic method: Unsets a property of the first field item.

See also

\Drupal\Core\Field\FieldItemInterface::__isset()

1 method overrides FieldItemListInterface::__unset()
FieldItemList::__unset in core/lib/Drupal/Core/Field/FieldItemList.php
Magic method: Unsets a property of the first field item.

File

core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 128

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function __unset($property_name);