comparison core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
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