Currently this module only supports fields added via the Field UI or Field API (Drupal\field\Entity\FieldConfig fields), those all start with 'field_'.
I would like to also support base fields (properties) added to the entity definition (Drupal\Core\Field\BaseFieldDefinition or Drupal\Core\Field\Entity\BaseFieldOverride) - these may follow any naming convention.
We still want to ignore any base fields coming from the user module though.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | support-base-fields-3071722-1.patch | 1.02 KB | kscheirer |
Comments
Comment #2
kscheirerComment #3
kscheirerAttached patch will change the behavior to list all fields that are not from the core user module. This includes Field UI/API fields, and additional base fields.
Comment #6
dmundraThank you for the patch. I merged it.
Crediting @rael9 for the original source of this module.
Comment #7
dmundraComment #8
kscheirerThanks for the quick response!