Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293063

Complete conversion of nodes to the new Entity Field API

$
0
0

With the #1818556: Convert nodes to the new Entity Field API the initial conversion has been done, but most access to $node properties/fields still goes via the bc-decorator entity.

To complete the conversion we need to change node_load(_multiple())() to return the original (NG-)entity and fix all usages of node properties to use the new entity field syntax: $node->title becomes $node->title->value.


Viewing all articles
Browse latest Browse all 293063

Trending Articles