public function EntityTestBundle::getDescription in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php \Drupal\entity_test\Entity\EntityTestBundle::getDescription()
Gets the entity description.
Return value
string The entity description.
Overrides EntityDescriptionInterface::getDescription
File
- core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTestBundle.php, line 66
Class
- EntityTestBundle
- Defines the Test entity bundle configuration entity.
Namespace
Drupal\entity_test\EntityCode
public function getDescription() {
return $this->description;
}