Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Entity/EntityChangedInterface.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 7a779792577d |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
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 |