ContentEntityStorageBase::finalizePurge

public ContentEntityStorageBase::finalizePurge(FieldStorageDefinitionInterface $storage_definition)

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

File

core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 213

Class

ContentEntityStorageBase
Base class for content entity storage handlers.

Namespace

Drupal\Core\Entity

Code

public function finalizePurge(FieldStorageDefinitionInterface $storage_definition) {
}
doc_Drupal
2016-10-29 08:57:33
Comments
Leave a Comment

Please login to continue.