Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Entity/EntityDescriptionInterface.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 |
---|---|
3 namespace Drupal\Core\Entity; | 3 namespace Drupal\Core\Entity; |
4 | 4 |
5 /** | 5 /** |
6 * Defines the interface for entities that have a description. | 6 * Defines the interface for entities that have a description. |
7 */ | 7 */ |
8 interface EntityDescriptionInterface { | 8 interface EntityDescriptionInterface extends EntityInterface { |
9 | 9 |
10 /** | 10 /** |
11 * Gets the entity description. | 11 * Gets the entity description. |
12 * | 12 * |
13 * @return string | 13 * @return string |