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\EntityCode
public function getDescription() {
return $this->description;
}