You are here

public function ContentEntityStorageBase::finalizePurge in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php \Drupal\Core\Entity\ContentEntityStorageBase::finalizePurge()

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

Parameters

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

Overrides DynamicallyFieldableEntityStorageInterface::finalizePurge

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

File

core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 218
Contains \Drupal\Core\Entity\ContentEntityStorageBase.

Class

ContentEntityStorageBase
Base class for content entity storage handlers.

Namespace

Drupal\Core\Entity

Code

public function finalizePurge(FieldStorageDefinitionInterface $storage_definition) {
}