You are here

protected property WidgetBase::$settings in Drupal 9

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

The widget settings.

Type: array

Overrides PluginSettingsBase::$settings

File

core/lib/Drupal/Core/Field/WidgetBase.php, line 34

Class

WidgetBase
Base class for 'Field widget' plugin implementations.

Namespace

Drupal\Core\Field

Code

protected $settings;