Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Entity/EntityChangedInterface.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
10 * | 10 * |
11 * The entity system automatically adds in the 'EntityChanged' constraint for | 11 * The entity system automatically adds in the 'EntityChanged' constraint for |
12 * entity types implementing this interface in order to disallow concurrent | 12 * entity types implementing this interface in order to disallow concurrent |
13 * editing. | 13 * editing. |
14 * | 14 * |
15 * @see Drupal\Core\Entity\Plugin\Validation\Constraint\EntityChangedConstraint | 15 * @see \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityChangedConstraint |
16 */ | 16 */ |
17 interface EntityChangedInterface { | 17 interface EntityChangedInterface extends EntityInterface { |
18 | 18 |
19 /** | 19 /** |
20 * Gets the timestamp of the last entity change for the current translation. | 20 * Gets the timestamp of the last entity change for the current translation. |
21 * | 21 * |
22 * @return int | 22 * @return int |