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\EntityCode
public function getName();