function FieldableEntityStorageInterface::finalizePurge
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php \Drupal\Core\Entity\FieldableEntityStorageInterface::finalizePurge()
- 10 core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php \Drupal\Core\Entity\FieldableEntityStorageInterface::finalizePurge()
- 11.x 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.
File
-
core/
lib/ Drupal/ Core/ Entity/ FieldableEntityStorageInterface.php, line 51
Class
- FieldableEntityStorageInterface
- A storage that supports entity types with field definitions.
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.