public function ContributorRoleInterface::getWeight in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Entity/ContributorRoleInterface.php \Drupal\bibcite_entity\Entity\ContributorRoleInterface::getWeight()
Get weight of the Contributor role.
Return value
int Weight of the Contributor role.
1 method overrides ContributorRoleInterface::getWeight()
- ContributorRole::getWeight in modules/
bibcite_entity/ src/ Entity/ ContributorRole.php - Get weight of the Contributor role.
File
- modules/
bibcite_entity/ src/ Entity/ ContributorRoleInterface.php, line 18
Class
- ContributorRoleInterface
- Provides an interface for defining Contributor role entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function getWeight();