You are here

public function EntityDescriptionInterface::getDescription in Entity API 8.0

Gets the entity description.

Return value

string The entity description.

1 method overrides EntityDescriptionInterface::getDescription()
EnhancedEntityBundle::getDescription in tests/modules/entity_module_test/src/Entity/EnhancedEntityBundle.php
Gets the entity description.

File

src/Entity/EntityDescriptionInterface.php, line 21
Contains \Drupal\entity\Entity\EntityDescriptionInterface.

Class

EntityDescriptionInterface
Defines the interface for entities that have a description.

Namespace

Drupal\entity\Entity

Code

public function getDescription();