public function ContributorInterface::getLastName 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::getLastName()
Get the Contributor last name.
Return value
string Last name of Contributor.
1 method overrides ContributorInterface::getLastName()
- Contributor::getLastName in modules/
bibcite_entity/ src/ Entity/ Contributor.php - Get the Contributor last name.
File
- modules/
bibcite_entity/ src/ Entity/ ContributorInterface.php, line 53
Class
- ContributorInterface
- Provides an interface for defining Contributor entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function getLastName();