function RevisionableInterface::isNewRevision
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::isNewRevision()
- 10 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::isNewRevision()
- 11.x core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\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()
File
-
core/
lib/ Drupal/ Core/ Entity/ RevisionableInterface.php, line 33
Class
- RevisionableInterface
- Provides methods for an entity to support revisions.
Namespace
Drupal\Core\EntityCode
public function isNewRevision();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.