You are here

public function NameFormatterInterface::getLastDelimitorTypes in Name Field 8

Defines the supported final delimitor options.

Parameters

bool $include_examples: Flag to include examples in the options.

Return value

array Keyed options that are supported.

1 method overrides NameFormatterInterface::getLastDelimitorTypes()
NameFormatter::getLastDelimitorTypes in src/NameFormatter.php
Defines the supported final delimitor options.

File

src/NameFormatterInterface.php, line 94

Class

NameFormatterInterface
Provides an interface defining a name formatter.

Namespace

Drupal\name

Code

public function getLastDelimitorTypes($include_examples = TRUE);