Problem/Motivation
Each entity class has logic that processes each field based on its type. This is excessive.
Proposed resolution
Add methods in Entity for processing the replacement of a given field on that entity.
Remaining tasks
Add methods in Entity for processing the replacement of a given field on that entity.
Add test coverage.
User interface changes
n/a
API changes
TBD
Data model changes
n/a
Issue fork scanner-3584659
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
Comment #2
damienmckennaThis needs to:
The field search work needs to be done first.
Comment #3
damienmckennaThis needs to be done before 2.0.0.
Comment #5
damienmckennaComment #7
damienmckennaCommitted.
Comment #9
damienmckenna