public function ContributorInterface::setName 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::setName()
Sets the Contributor full name.
Full name string will be parsed and another fields will be changed.
Parameters
string $name: Full name sting.
Return value
\Drupal\bibcite_entity\Entity\ContributorInterface The called Contributor entity.
1 method overrides ContributorInterface::setName()
- Contributor::setName in modules/
bibcite_entity/ src/ Entity/ Contributor.php - Sets the Contributor full name.
File
- modules/
bibcite_entity/ src/ Entity/ ContributorInterface.php, line 98
Class
- ContributorInterface
- Provides an interface for defining Contributor entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function setName($name);