function RevisionableInterface::wasDefaultRevision
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::wasDefaultRevision()
- 8.9.x core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::wasDefaultRevision()
- 10 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()
- StubRevisionableEntity::wasDefaultRevision in core/
tests/ Drupal/ Tests/ Core/ Entity/ StubRevisionableEntity.php - Checks whether the entity object was a default revision when it was saved.
File
-
core/
lib/ Drupal/ Core/ Entity/ RevisionableInterface.php, line 98
Class
- RevisionableInterface
- Provides methods for an entity to support revisions.
Namespace
Drupal\Core\EntityCode
public function wasDefaultRevision();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.