RevisionableInterface::preSaveRevision

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);
doc_Drupal
2016-10-29 09:38:30
Comments
Leave a Comment

Please login to continue.