public FieldItemListInterface::__unset($property_name)
Magic method: Unsets a property of the first field item.
See also
\Drupal\Core\Field\FieldItemInterface::__isset()
File
- core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 125
Class
- FieldItemListInterface
- Interface for fields, being lists of field items.
Namespace
Drupal\Core\Field
Code
public function __unset($property_name);
Please login to continue.