public function ContributorPropertiesServiceInterface::getDefaultRole in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 modules/bibcite_entity/src/ContributorPropertiesServiceInterface.php \Drupal\bibcite_entity\ContributorPropertiesServiceInterface::getDefaultRole()
Get first element of role list.
Return value
string|null Default role string.
1 method overrides ContributorPropertiesServiceInterface::getDefaultRole()
- ContributorPropertiesService::getDefaultRole in modules/
bibcite_entity/ src/ ContributorPropertiesService.php - Get first element of role list.
File
- modules/
bibcite_entity/ src/ ContributorPropertiesServiceInterface.php, line 32
Class
- ContributorPropertiesServiceInterface
- Interface HelpInterface.
Namespace
Drupal\bibcite_entityCode
public function getDefaultRole();