You are here

public function LogType::getDescription in Log entity 2.x

Same name and namespace in other branches
  1. 8 src/Entity/LogType.php \Drupal\log\Entity\LogType::getDescription()

Gets the entity description.

Return value

string The entity description.

Overrides EntityDescriptionInterface::getDescription

File

src/Entity/LogType.php, line 104

Class

LogType
Defines the Log type entity.

Namespace

Drupal\log\Entity

Code

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