Problem/Motivation

Eager loading the storage onto the terminal form is not safe. A storage service carries references to the entity type manager, database connection, etc. — non-serializable things that will either fail on serialize() or be corrupted on unserialize(). Getting storage lazily is recommended.

Command icon Show commands

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

tomtech created an issue. See original summary.

  • c795f653 committed on 2.x
    task: #3592779 Lazy load storage on forms
    
    By: tomtech
    
tomtech’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • 80b3283e committed on 1.x
    task: #3592779 Lazy load storage on forms
    
    By: tomtech
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.