Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Entity/ContentEntityInterface.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 |
---|---|
19 * @see \Drupal\Core\Entity\ContentEntityBase | 19 * @see \Drupal\Core\Entity\ContentEntityBase |
20 * @see \Drupal\Core\Entity\EntityTypeInterface | 20 * @see \Drupal\Core\Entity\EntityTypeInterface |
21 * | 21 * |
22 * @ingroup entity_api | 22 * @ingroup entity_api |
23 */ | 23 */ |
24 interface ContentEntityInterface extends \Traversable, FieldableEntityInterface, TranslatableRevisionableInterface { | 24 interface ContentEntityInterface extends \Traversable, FieldableEntityInterface, TranslatableRevisionableInterface, SynchronizableInterface { |
25 | 25 |
26 } | 26 } |