public function FieldItemInterface::__unset in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Field/FieldItemInterface.php \Drupal\Core\Field\FieldItemInterface::__unset()
- 10 core/lib/Drupal/Core/Field/FieldItemInterface.php \Drupal\Core\Field\FieldItemInterface::__unset()
Magic method: Unsets a property.
Parameters
string $property_name: The name of the property to get; e.g., 'title' or 'name'.
1 method overrides FieldItemInterface::__unset()
- FieldItemBase::__unset in core/
lib/ Drupal/ Core/ Field/ FieldItemBase.php - Magic method: Unsets a property.
File
- core/
lib/ Drupal/ Core/ Field/ FieldItemInterface.php, line 160
Class
- FieldItemInterface
- Interface for entity field items.
Namespace
Drupal\Core\FieldCode
public function __unset($property_name);