Magic method for unset().
Parameters
$property_name:
The name of the property to get; e.g., 'title' or 'name'.
File
- drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php, line 72
- Definition of Drupal\Core\Entity\Field\FieldItemInterface.
Class
- FieldItemInterface
- Interface for entity field items, which are complex data objects
containing the values.
Namespace
Drupal\Core\Entity\Field
Code
public function __unset($property_name);