You are here

public function GroupContentType::getDescription in Group 2.0.x

Same name and namespace in other branches
  1. 8 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\Entity

Code

public function getDescription() {
  return $this->description;
}