comparison core/lib/Drupal/Core/Entity/TranslatableInterface.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
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