You are here

public function LogType::getDescription in Log entity 8

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

File

src/Entity/LogType.php, line 111
Contains \Drupal\log\Entity\LogType.

Class

LogType
Defines the Log type entity.

Namespace

Drupal\log\Entity

Code

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