You are here

public function Key::getDescription in Key 8

Gets the description of the key.

Return value

string The description of this key.

Overrides KeyInterface::getDescription

File

src/Entity/Key.php, line 142

Class

Key
Defines the Key entity.

Namespace

Drupal\key\Entity

Code

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