Battle plan:
* Implement #1525812: add support for complex data types for all field-types having compound data structrues being no-entities.
* Extend field API to allow field modules to provide property info for a given $field.
* Implement hook_entity_property_info() in field.module and add metadata for all fields.
* For now, special-case fields in the getter/setter so single-valued values are handled correctly.

Comments

fago’s picture

Title: add property info for fields » add support for fields
Status: Active » Postponed

postponed until with flushed the basics out, see #1637642: Start implementing the Property API

berdir’s picture

Status: Postponed » Active

Can we unpostpone this now?

fago’s picture

Status: Active » Needs review

I've implemented field support and added implementations for the text.module field types. They miss #1682756: Implement processed property values though.

Let's add classes for all other field types as well.

fago’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.