You are here

public function ContributorPropertiesServiceInterface::getDefaultRole in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x 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_entity

Code

public function getDefaultRole();