You are here

public property NameListFormat::$el_al_first in Name Field 8

Number of names to show when list is reduced of this name list format.

This specifies a limit on the number of names to display. After this limit, names are removed and the abbreviation et al is appended. This Latin abbreviation of et alii means "and others".

Type: int

File

src/Entity/NameListFormat.php, line 129

Class

NameListFormat
Defines the Name List Format configuration entity class.

Namespace

Drupal\name\Entity

Code

public $el_al_first = 1;