public property FieldFormatter::$settings

An array whose keys are the names of the settings available to the formatter type, and whose values are the default values for those settings.

Type: array

File

drupal/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php, line 83
Contains \Drupal\field\Annotation\FieldFormatter.

Class

FieldFormatter
Defines a FieldFormatter annotation object.

Namespace

Drupal\field\Annotation

Code

public $settings = array();