Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FieldItemInterface.php

function FieldItemInterface::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.

1 method overrides FieldItemInterface::delete()
FieldItemBase::delete in core/lib/Drupal/Core/Field/FieldItemBase.php
Defines custom delete behavior for field values.

File

core/lib/Drupal/Core/Field/FieldItemInterface.php, line 224

Class

FieldItemInterface
Interface for entity field items.

Namespace

Drupal\Core\Field

Code

public function delete();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal