You are here

public function RevisionableInterface::wasDefaultRevision in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::wasDefaultRevision()

Checks whether the entity object was a default revision when it was saved.

Return value

bool TRUE if the entity object was a revision, FALSE otherwise.

1 method overrides RevisionableInterface::wasDefaultRevision()
ContentEntityBase::wasDefaultRevision in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Checks whether the entity object was a default revision when it was saved.

File

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

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function wasDefaultRevision();