You are here

public function ContributorInterface::setLastName in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/src/Entity/ContributorInterface.php \Drupal\bibcite_entity\Entity\ContributorInterface::setLastName()

Sets the Contributor last name.

Parameters

string $last_name: The Contributor last name.

Return value

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

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

File

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

Class

ContributorInterface
Provides an interface for defining Contributor entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function setLastName($last_name);