You are here

public property NameListFormat::$delimiter_precedes_last in Name Field 8

The method of handling the final delimiter before the and indicator.

Valid options include:

  • never: Never combine
  • always: Always combine
  • contextual: Combine with 3 or more names.

Type: string

File

src/Entity/NameListFormat.php, line 107

Class

NameListFormat
Defines the Name List Format configuration entity class.

Namespace

Drupal\name\Entity

Code

public $delimiter_precedes_last = 'never';