public function NameFormatterInterface::getSetting in Name Field 8
Gets the value of a setting for the formatter.
Parameters
string $key: The setting name.
Return value
mixed The value of the setting or NULL if not found.
1 method overrides NameFormatterInterface::getSetting()
- NameFormatter::getSetting in src/
NameFormatter.php - Gets the value of a setting for the formatter.
File
- src/
NameFormatterInterface.php, line 83
Class
- NameFormatterInterface
- Provides an interface defining a name formatter.
Namespace
Drupal\nameCode
public function getSetting($key);