You are here

public function ContributorInterface::getNickName in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 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\Entity

Code

public function getNickName();