Double-underscore in property name breaks enity fields API

Created on 7 March 2017, over 7 years ago
Updated 30 January 2023, almost 2 years ago

To reproduce:
- Implement baseFieldDefinitions for some entity
- Define fields with ids which include double-underscores like "foo__bar", "foo__bang", and "zee__bar"
- Create a new instance of the entity, e.g. using entity_create(), populating those field values

Expected behavior:
- Entity instance has fields like "foo__bar", "foo__bang" and "zee__bar"
- $entity->value("foo__bar") returns the assigned value

Observed behavior:
- Entity instance has field "zee" with column "bar", and field "foo" with columns "bar" and "bang"
- $entity->value("foo__bar") returns null

Maybe this is a "feature".
I searched the issue queue for some background, but found very little.
At any rate, I found zero documentation, and no mention of this special behavior in baseFieldDefinitions documentation.

NB. creating a field with double-underscore machine name via Fields API exhibits the expected behavior.

πŸ› Bug report
Status

Needs work

Version

9.5

Component
FieldΒ  β†’

Last updated about 15 hours ago

Created by

πŸ‡ΊπŸ‡ΈUnited States AaronBauman Philadelphia

Live updates comments and jobs are added and updated live.
  • DrupalWTF

    Worse Than Failure. Approximates the unpleasant remark made by Drupal developers when they first encounter a particular (mis)feature.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • The Needs Review Queue Bot β†’ tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".

    Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.

    Consult the Drupal Contributor Guide β†’ to find step-by-step guides for working with issues.

Production build 0.71.5 2024