_field_info_collate_fields() and field_info_collate_types() still use a direct static.

Patch moves them to drupal_static() - they need to use the 'advanced pattern', though.

Comments

yched’s picture

field_info_drupal_static.patch queued for re-testing.

yched’s picture

Assigned: Unassigned » yched

easier tracking

Scott Reynolds’s picture

Status: Needs review » Closed (duplicate)
yched’s picture

Status: Closed (duplicate) » Needs review

#447862-24: Convert field to the new static caching API has API changes, highly undesirable at this point.
So reopening this one.

yched’s picture

field_info_drupal_static.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, field_info_drupal_static.patch, failed testing.

yched’s picture

Status: Needs work » Needs review
StatusFileSize
new1.47 KB

Rerolled

sun’s picture

Status: Needs review » Closed (won't fix)

Looks obsolete to me.