You are here

protected property PluginSettingsBase::$settings in Drupal 9

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

The plugin settings.

Type: array

File

core/lib/Drupal/Core/Field/PluginSettingsBase.php, line 20

Class

PluginSettingsBase
Base class for the Field API plugins.

Namespace

Drupal\Core\Field

Code

protected $settings = [];