public RevisionableInterface::preSaveRevision(EntityStorageInterface $storage, \stdClass $record)
Acts on a revision before it gets saved.
Parameters
EntityStorageInterface $storage: The entity storage object.
\stdClass $record: The revision object.
File
- core/lib/Drupal/Core/Entity/RevisionableInterface.php, line 62
Class
- RevisionableInterface
- Provides methods for an entity to support revisions.
Namespace
Drupal\Core\Entity
Code
public function preSaveRevision(EntityStorageInterface $storage, \stdClass $record);
Please login to continue.