protected function ContentEntityNullStorage::doDelete in Drupal 8
Same name and namespace in other branches
- 9 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 70
Class
- ContentEntityNullStorage
- Defines a null entity storage.
Namespace
Drupal\Core\EntityCode
protected function doDelete($entities) {
}