Returns 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
- drupal/core/lib/Drupal/Core/Entity/EntityInterface.php, line 73
- Contains \Drupal\Core\Entity\EntityInterface.
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\Entity
Code
public function isNewRevision();