public function RevisionableInterface::isNewRevision in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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()
1 method overrides RevisionableInterface::isNewRevision()
- ContentEntityBase::isNewRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Determines whether a new revision should be created on save.
File
- core/
lib/ Drupal/ Core/ Entity/ RevisionableInterface.php, line 23 - Contains \Drupal\Core\Entity\RevisionableInterface.
Class
- RevisionableInterface
- Provides methods for an entity to support revisions.
Namespace
Drupal\Core\EntityCode
public function isNewRevision();