You are here

protected property FormatterBase::$settings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Field/FormatterBase.php \Drupal\Core\Field\FormatterBase::settings

The formatter settings.

Type: array

Overrides PluginSettingsBase::$settings

File

core/lib/Drupal/Core/Field/FormatterBase.php, line 33
Contains \Drupal\Core\Field\FormatterBase.

Class

FormatterBase
Base class for 'Field formatter' plugin implementations.

Namespace

Drupal\Core\Field

Code

protected $settings;