public function ContributorInterface::setNickName 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::setNickName()
Sets the Contributor nickname.
Parameters
string $nick: The Contributor nickname.
Return value
\Drupal\bibcite_entity\Entity\ContributorInterface The called Contributor entity.
1 method overrides ContributorInterface::setNickName()
- Contributor::setNickName in modules/
bibcite_entity/ src/ Entity/ Contributor.php - Sets the Contributor nickname.
File
- modules/
bibcite_entity/ src/ Entity/ ContributorInterface.php, line 142
Class
- ContributorInterface
- Provides an interface for defining Contributor entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function setNickName($nick);