Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Entity/RevisionableInterface.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
18 * | 18 * |
19 * @see \Drupal\Core\Entity\EntityTypeInterface::isRevisionable() | 19 * @see \Drupal\Core\Entity\EntityTypeInterface::isRevisionable() |
20 * @see https://www.drupal.org/docs/8/api/entity-api/structure-of-an-entity-annotation | 20 * @see https://www.drupal.org/docs/8/api/entity-api/structure-of-an-entity-annotation |
21 * @see https://www.drupal.org/docs/8/api/entity-api/making-an-entity-revisionable | 21 * @see https://www.drupal.org/docs/8/api/entity-api/making-an-entity-revisionable |
22 */ | 22 */ |
23 interface RevisionableInterface { | 23 interface RevisionableInterface extends EntityInterface { |
24 | 24 |
25 /** | 25 /** |
26 * Determines whether a new revision should be created on save. | 26 * Determines whether a new revision should be created on save. |
27 * | 27 * |
28 * @return bool | 28 * @return bool |