public function GroupContentType::getDescription in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupContentType.php \Drupal\group\Entity\GroupContentType::getDescription()
Gets the entity description.
Return value
string The entity description.
Overrides EntityDescriptionInterface::getDescription
File
- src/
Entity/ GroupContentType.php, line 111
Class
- GroupContentType
- Defines the Group content type configuration entity.
Namespace
Drupal\group\EntityCode
public function getDescription() {
return $this->description;
}