You are here

public function ContributorInterface::setFirstName 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::setFirstName()

Sets the Contributor first name.

Parameters

string $first_name: The Contributor first name.

Return value

\Drupal\bibcite_entity\Entity\ContributorInterface The called Contributor entity.

1 method overrides ContributorInterface::setFirstName()
Contributor::setFirstName in modules/bibcite_entity/src/Entity/Contributor.php
Sets the Contributor first name.

File

modules/bibcite_entity/src/Entity/ContributorInterface.php, line 109

Class

ContributorInterface
Provides an interface for defining Contributor entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function setFirstName($first_name);