public function KeywordInterface::getName in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Entity/KeywordInterface.php \Drupal\bibcite_entity\Entity\KeywordInterface::getName()
Gets the Keyword name.
Return value
string Name of the Keyword.
1 method overrides KeywordInterface::getName()
- Keyword::getName in modules/
bibcite_entity/ src/ Entity/ Keyword.php - Gets the Keyword name.
File
- modules/
bibcite_entity/ src/ Entity/ KeywordInterface.php, line 21
Class
- KeywordInterface
- Provides an interface for defining Keyword entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function getName();