You are here

public function HumanNameParserInterface::parse in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 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\bibcite

Code

public function parse($name);