function RevisionableInterface::isNewRevision

Determines whether a new revision should be created on save.

Return value

bool TRUE if a new revision should be created.

See also

\Drupal\Core\Entity\EntityInterface::setNewRevision()

2 methods override RevisionableInterface::isNewRevision()
ContentEntityBase::isNewRevision in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Determines whether a new revision should be created on save.
StubRevisionableEntity::isNewRevision in core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php
Determines whether a new revision should be created on save.

File

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

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function isNewRevision();

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