You are here

protected function ContentEntityNullStorage::doDelete in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php \Drupal\Core\Entity\ContentEntityNullStorage::doDelete()

Performs storage-specific entity deletion.

Parameters

\Drupal\Core\Entity\EntityInterface[] $entities: An array of entity objects to delete.

Overrides ContentEntityStorageBase::doDelete

File

core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php, line 68
Contains \Drupal\Core\Entity\ContentEntityNullStorage.

Class

ContentEntityNullStorage
Defines a null entity storage.

Namespace

Drupal\Core\Entity

Code

protected function doDelete($entities) {
}