public function HumanNameParserInterface::parse in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/HumanNameParserInterface.php \Drupal\bibcite\HumanNameParserInterface::parse()
Parse the name into its constituent parts.
Parameters
string $name: Human name string.
Return value
array Parsed name parts.
1 method overrides HumanNameParserInterface::parse()
- HumanNameParser::parse in src/
HumanNameParser.php - Parse the name into its constituent parts.
File
- src/
HumanNameParserInterface.php, line 19
Class
- HumanNameParserInterface
- Define an interface for HumanNameParser service.
Namespace
Drupal\bibciteCode
public function parse($name);