public FieldItemList::delete()
Defines custom delete behavior for field values.
This method is called during the process of deleting an entity, just before values are deleted from storage.
Overrides FieldItemListInterface::delete
File
- core/lib/Drupal/Core/Field/FieldItemList.php, line 216
Class
- FieldItemList
- Represents an entity field; that is, a list of field item objects.
Namespace
Drupal\Core\Field
Code
public function delete() { $this->delegateMethod('delete'); }
Please login to continue.