protected function ContentEntityStorage::doDeleteFieldItems in MongoDB 8
Deletes entity field values from the storage.
Parameters
\Drupal\Core\Entity\ContentEntityInterface[] $entities: An array of entity objects to be deleted.
Overrides ContentEntityStorageBase::doDeleteFieldItems
File
- src/
Entity/ ContentEntityStorage.php, line 327 - Contains Drupal\mongodb\Entity\ContentEntityStorage.
Class
Namespace
Drupal\mongodb\EntityCode
protected function doDeleteFieldItems(EntityInterface $entity) {
}