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