@JeroenT
public function __construct($plugin_id, $plugin_definition, FieldD...

Contribution Date
Technology
Contribution Project
Contribution Details

@JeroenT

public function __construct($plugin_id, $plugin_definition, FieldDefinitionInterface $field_definition, array $settings, $label, $view_mode, array $third_party_settings, EntityStorageInterface $responsive_image_style_storage) { parent::__construct($plugin_id, $plugin_definition, $field_definition, $settings, $label, $view_mode, $third_party_settings); $this->responsiveImageStyleStorage = $responsive_image_style_storage; }

We are using $this->responsiveImageStyleStorage in many places in ResponsiveImageFormatter. If we remove this then the tests are breaking. Any idea how we can resolve this.

Contribution Author
Files count
0
Patches count
0