Saves an entity permanently.
Return value
Either SAVED_NEW or SAVED_UPDATED, depending on the operation performed.
Throws
\Drupal\Core\Entity\EntityStorageException
In case of failures an exception is thrown.
File
- drupal/core/lib/Drupal/Core/Entity/EntityInterface.php, line 155
- Contains \Drupal\Core\Entity\EntityInterface.
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\Entity
Code
public function save();