You are here

protected property WidgetBase::$settings in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/WidgetBase.php \Drupal\Core\Field\WidgetBase::settings
  2. 10 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 36

Class

WidgetBase
Base class for 'Field widget' plugin implementations.

Namespace

Drupal\Core\Field

Code

protected $settings;