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