Needs review
Project:
Inline Entity Form
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2026 at 15:17 UTC
Updated:
16 Sep 2026 at 15:40 UTC
Jump to comment: Most recent
Scanning the module with phpstan or Upgrade Status results in,
Storing entity storage as a class property is not recommended. Call Drupal\Core\Entity\EntityTypeManagerInterface::getStorage() at the call-site instead.
Call getStorage() instead.
Theoretically, a third-party class that extended the offending class could have to change its structure as well.
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 commented