public function FieldItemListInterface::deleteRevision in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::deleteRevision()
Defines custom revision delete behavior for field values.
This method is called from during the process of deleting an entity revision, just before the field values are deleted from storage. It is only called for entity types that support revisioning.
1 method overrides FieldItemListInterface::deleteRevision()
- FieldItemList::deleteRevision in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Defines custom revision delete behavior for field values.
File
- core/
lib/ Drupal/ Core/ Field/ FieldItemListInterface.php, line 172 - Contains \Drupal\Core\Field\FieldItemListInterface.
Class
- FieldItemListInterface
- Interface for fields, being lists of field items.
Namespace
Drupal\Core\FieldCode
public function deleteRevision();