Removes field_get_items(), field_access(), field_get_default_values(). These functions are deprecated procedural wrappers that are no longer needed and are confusing for developers trying to use the Drupal 8 field API.

Comments

yched’s picture

Status: Active » Needs review
StatusFileSize
new3.57 KB
berdir’s picture

Status: Needs review » Reviewed & tested by the community

Atleast field_get_items() is already completely broken, keeping it would just confuse developers that want to upgrade their code.

amateescu’s picture

RTBC++

yched’s picture

xjm’s picture

xjm’s picture

xjm’s picture

Issue tags: +API change

I corrected a misconception in the issue summary. Please refer to :
https://drupal.org/node/2045345

Ideally, we should be doing this for all of the deprecated field API functions. I think this is extremely important for the contrib author's developer experience of Drupal 8.

xjm’s picture

webchick’s picture

This isn't back from testbot so I can't commit this yet, but here's how I'd prefer to do this sort of work going forward: #2061107-9: Remove deprecated procedural functions in Field API.

yched’s picture

Status: Reviewed & tested by the community » Closed (duplicate)