Problem/Motivation
Blocked in #2935932: Add a FieldDefinition class for defining bundle fields in code..
In EntityFieldManager we automatically make Drupal aware of field storage definitions for fields defined using BaseFieldDefinition.
Proposed resolution
Since BundleFieldDefinition is both a field definition and a field storage definition, can we cut out the step of implementing the storage hook?
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2980922-4.patch | 5.01 KB | sam152 |
Comments
Comment #2
sam152 commentedComment #3
sam152 commentedComment #4
sam152 commentedStarting point for this. Lets see what the testbot says.
Comment #6
amateescu commentedThe assumption for the current SI is not necessarily true, because I'm not sure we actually want
BundleFieldDefinitionto be both a field definition and a field storage definition, as discussed in #2935932-22: Add a FieldDefinition class for defining bundle fields in code..Comment #7
sam152 commentedIndeed! We can consider this issue blocked in implementation and conceptually speaking too.
Comment #9
plachParent issue fixed.