You are here

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

ContentEntityStorage

Namespace

Drupal\mongodb\Entity

Code

protected function doDeleteFieldItems(EntityInterface $entity) {
}