function EntityTestBundle::getDescription
Same name in other branches
- 9 core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php \Drupal\entity_test\Entity\EntityTestBundle::getDescription()
- 8.9.x core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php \Drupal\entity_test\Entity\EntityTestBundle::getDescription()
- 10 core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php \Drupal\entity_test\Entity\EntityTestBundle::getDescription()
Overrides EntityDescriptionInterface::getDescription
File
-
core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTestBundle.php, line 68
Class
- EntityTestBundle
- Defines the Test entity bundle configuration entity.
Namespace
Drupal\entity_test\EntityCode
public function getDescription() {
return $this->description;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.