function ContentEntityStorageBase::finalizePurge
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php \Drupal\Core\Entity\ContentEntityStorageBase::finalizePurge()
- 8.9.x core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php \Drupal\Core\Entity\ContentEntityStorageBase::finalizePurge()
- 10 core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php \Drupal\Core\Entity\ContentEntityStorageBase::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 595
Class
- ContentEntityStorageBase
- Base class for content entity storage handlers.
Namespace
Drupal\Core\EntityCode
public function finalizePurge(FieldStorageDefinitionInterface $storage_definition) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.