FieldItemListInterface::delete

public FieldItemListInterface::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.

File

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

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function delete();
doc_Drupal
2016-10-29 09:11:59
Comments
Leave a Comment

Please login to continue.