W3cubDocs

/Drupal 8

interface RevisionableInterface

Provides methods for an entity to support revisions.

Hierarchy

File

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

Namespace

Drupal\Core\Entity

Members

Name Modifiers Type Description
RevisionableInterface::getRevisionId public function Gets the revision identifier of the entity.
RevisionableInterface::isDefaultRevision public function Checks if this entity is the default revision.
RevisionableInterface::isNewRevision public function Determines whether a new revision should be created on save.
RevisionableInterface::preSaveRevision public function Acts on a revision before it gets saved.
RevisionableInterface::setNewRevision public function Enforces an entity to be saved as a new revision.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!RevisionableInterface.php/interface/RevisionableInterface/8.1.x