function RevisionableInterface::preSaveRevision

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

Acts on a revision before it gets saved.

Parameters

EntityStorageInterface $storage: The entity storage object.

object $record: The revision object.

2 methods override RevisionableInterface::preSaveRevision()
ContentEntityBase::preSaveRevision in core/lib/Drupal/Core/Entity/ContentEntityBase.php
StubRevisionableEntity::preSaveRevision in core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php

File

core/lib/Drupal/Core/Entity/RevisionableInterface.php, line 116

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function preSaveRevision(EntityStorageInterface $storage, \stdClass $record);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.