Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Nov 2014 at 04:22 UTC
Updated:
6 Dec 2014 at 00:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mglamanPatch that replaces entity_load() and entity_load_multiple() with static methods.
Comment #3
mglamanAccidentally replaced an entity_create() with static load :/. Fixed patch.
Comment #4
dstotijn commentedApplied patch, grepped for occurrences of "entity_load('field_config'" and "entity_load_multiple('field_config'"; none found. Reviewed the replacements with static method calls. Looks fine to me.
Comment #5
alexpottThe meta-issue #2225347: [META] Replace calls to ENTITY_TYPE_load() and ENTITY_TYPE_load_multiple() with static method calls has the beta evaluation form. Committed 33b66b5 and pushed to 8.0.x. Thanks!