You are here

public property NameListFormat::$and in Name Field 8

The final delimitor type of this name list format.

Valid options include:

  • text: textual (i.e. 'and').
  • symbol: ampersand.

Type: string

File

src/Entity/NameListFormat.php, line 95

Class

NameListFormat
Defines the Name List Format configuration entity class.

Namespace

Drupal\name\Entity

Code

public $and = 'text';