You are here

constant Contributor::NAME_PARTS in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/src/Entity/Contributor.php \Drupal\bibcite_entity\Entity\Contributor::NAME_PARTS

List of entity fields machine names which contain name parts.

File

modules/bibcite_entity/src/Entity/Contributor.php, line 65

Class

Contributor
Defines the Contributor entity.

Namespace

Drupal\bibcite_entity\Entity

Code

const NAME_PARTS = [
  'prefix',
  'leading_title',
  'first_name',
  'middle_name',
  'last_name',
  'nick',
  'suffix',
];