You are here

public function NameFormatterInterface::getLastDelimitorBehaviors in Name Field 8

Defines the supported final delimitor behavior options.

Parameters

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

Return value

array Keyed options that are supported.

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

File

src/NameFormatterInterface.php, line 105

Class

NameFormatterInterface
Provides an interface defining a name formatter.

Namespace

Drupal\name

Code

public function getLastDelimitorBehaviors($include_examples = TRUE);