Needs review
Project:
Webform
Version:
6.3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2026 at 14:53 UTC
Updated:
4 Aug 2026 at 15:22 UTC
Jump to comment: Most recent
Scanning the dev version of this module with Upgrade Status in Drupal 11.4 produces the following warning about WebformEntityListBuilder.php:
Storing entity storage as a class property is not recommended. Call Drupal\Core\Entity\EntityTypeManagerInterface::getStorage() at the call-site instead.
Upon further investigation, the properties are not used anywhere, so they can just be removed.
Remove the unused properties.
make an MR. I've assigned the ticket to myself since I intend to work on it right away.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
benstallings commentedComment #4
benstallings commentedComment #5
benstallings commentedComment #6
benstallings commented