You are here

public function KeywordInterface::getName in Alinks 8

Gets the Keyword name.

Return value

string Name of the Keyword.

1 method overrides KeywordInterface::getName()
Keyword::getName in src/Entity/Keyword.php
Gets the Keyword name.

File

src/Entity/KeywordInterface.php, line 22

Class

KeywordInterface
Provides an interface for defining Keyword entities.

Namespace

Drupal\alinks\Entity

Code

public function getName();