You are here

public function FieldableEntityStorageInterface::finalizePurge in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php \Drupal\Core\Entity\FieldableEntityStorageInterface::finalizePurge()
  2. 10 core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php \Drupal\Core\Entity\FieldableEntityStorageInterface::finalizePurge()

Performs final cleanup after all data of a field has been purged.

Parameters

\Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage being purged.

1 method overrides FieldableEntityStorageInterface::finalizePurge()
ContentEntityStorageBase::finalizePurge in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Performs final cleanup after all data of a field has been purged.

File

core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php, line 51

Class

FieldableEntityStorageInterface
A storage that supports entity types with field definitions.

Namespace

Drupal\Core\Entity

Code

public function finalizePurge(FieldStorageDefinitionInterface $storage_definition);