Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::delete()
  2. 9 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::delete()

Deletes an entity permanently.

Throws

\Drupal\Core\Entity\EntityStorageException In case of failures an exception is thrown.

1 method overrides EntityInterface::delete()
EntityBase::delete in core/lib/Drupal/Core/Entity/EntityBase.php
Deletes an entity permanently.

File

core/lib/Drupal/Core/Entity/EntityInterface.php, line 231

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function delete();