You are here

public function RelationType::getDescription in Relation 8.2

Gets the entity description.

Return value

string The entity description.

Overrides EntityDescriptionInterface::getDescription

File

src/Entity/RelationType.php, line 159

Class

RelationType
Defines relation type entity.

Namespace

Drupal\relation\Entity

Code

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