public static function ContributorInterface::getNameParts in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 modules/bibcite_entity/src/Entity/ContributorInterface.php \Drupal\bibcite_entity\Entity\ContributorInterface::getNameParts()
List machine names of entity fields which contain name parts.
Return value
string[] List of fields machine names.
1 method overrides ContributorInterface::getNameParts()
- Contributor::getNameParts in modules/
bibcite_entity/ src/ Entity/ Contributor.php - List machine names of entity fields which contain name parts.
File
- modules/
bibcite_entity/ src/ Entity/ ContributorInterface.php, line 21
Class
- ContributorInterface
- Provides an interface for defining Contributor entities.
Namespace
Drupal\bibcite_entity\EntityCode
public static function getNameParts();