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