- First commit to issue fork.
- First commit to issue fork.
\Drupal\Core\Field\FieldItemBase::__get()
checks whether a typed data property with the given name exists in order to decided whether to store the value in a typed data property or the internal values array. However, it checks this by using the array of already instantiated properties, rather than checking whether a property with that name should exist through its property definitions.
Use the property definitions rather than the list of already instantiated properties.
None.
None.
None.
Needs work
11.0 🔥
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Blocks and Layouts Initiative. See the #2811175 Add layouts to Drupal issue.
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.