diff --git a/core/lib/Drupal/Core/Field/Annotation/FieldWidget.php b/core/lib/Drupal/Core/Field/Annotation/FieldWidget.php index 982c92e..0f3535d 100644 --- a/core/lib/Drupal/Core/Field/Annotation/FieldWidget.php +++ b/core/lib/Drupal/Core/Field/Annotation/FieldWidget.php @@ -66,14 +66,6 @@ class FieldWidget extends Plugin { public $field_types = array(); /** - * An array whose keys are the names of the settings available to the widget - * type, and whose values are the default values for those settings. - * - * @var array - */ - public $settings = array(); - - /** * Does the field widget handles multiple values at once. * * @var bool diff --git a/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php b/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php index 1c9b3c8..9ee2ca9 100644 --- a/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php +++ b/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php @@ -65,7 +65,7 @@ protected function defineOptions() { * * @return array * An array of block-specific settings to override the defaults provided in - * \Drupal\views\Plugin\Block\ViewsBlock::defaultSettings(). + * \Drupal\views\Plugin\Block\ViewsBlock::defaultConfiguration(). * * @see \Drupal\views\Plugin\Block\ViewsBlock::defaultConfiguration() */