public function ContributorInterface::getNickName in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Entity/ContributorInterface.php \Drupal\bibcite_entity\Entity\ContributorInterface::getNickName()
Get the Contributor nickname.
Return value
string Nickname of Contributor.
1 method overrides ContributorInterface::getNickName()
- Contributor::getNickName in modules/
bibcite_entity/ src/ Entity/ Contributor.php - Get the Contributor nickname.
File
- modules/
bibcite_entity/ src/ Entity/ ContributorInterface.php, line 61
Class
- ContributorInterface
- Provides an interface for defining Contributor entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function getNickName();