Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Entity/TranslatableInterface.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
5 use Drupal\Core\TypedData\TranslatableInterface as TranslatableDataInterface; | 5 use Drupal\Core\TypedData\TranslatableInterface as TranslatableDataInterface; |
6 | 6 |
7 /** | 7 /** |
8 * Provides methods for an entity to support translation. | 8 * Provides methods for an entity to support translation. |
9 */ | 9 */ |
10 interface TranslatableInterface extends TranslatableDataInterface { | 10 interface TranslatableInterface extends TranslatableDataInterface, EntityInterface { |
11 | 11 |
12 /** | 12 /** |
13 * Determines if the current translation of the entity has unsaved changes. | 13 * Determines if the current translation of the entity has unsaved changes. |
14 * | 14 * |
15 * @return bool | 15 * @return bool |