You are here

public function KeyInterface::getDescription in Key 8

Gets the description of the key.

Return value

string The description of this key.

1 method overrides KeyInterface::getDescription()
Key::getDescription in src/Entity/Key.php
Gets the description of the key.

File

src/KeyInterface.php, line 18

Class

KeyInterface
Provides an interface defining a Key entity.

Namespace

Drupal\key

Code

public function getDescription();