public function ContentEntityStorageTrait::saveWithoutForcingNewRevision in Multiversion 8
Same name and namespace in other branches
- 8.2 src/Entity/Storage/ContentEntityStorageTrait.php \Drupal\multiversion\Entity\Storage\ContentEntityStorageTrait::saveWithoutForcingNewRevision()
File
- src/
Entity/ Storage/ ContentEntityStorageTrait.php, line 158
Class
Namespace
Drupal\multiversion\Entity\StorageCode
public function saveWithoutForcingNewRevision(EntityInterface $entity) {
$this
->getOriginalStorage()
->save($entity);
}