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