public function EntityInterface::save

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.

2 methods override EntityInterface::save()
Entity::save in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements EntityInterface::save().
ViewUI::save in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\Entity\EntityInterface::save().

File

drupal/core/lib/Drupal/Core/Entity/EntityInterface.php, line 138
Definition of Drupal\Core\Entity\EntityInterface.

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function save();