Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mglaman’s picture

Status: Active » Needs review
FileSize
31.36 KB

Patch that replaces entity_load() and entity_load_multiple() with static methods.

Status: Needs review » Needs work

The last submitted patch, 1: replace_all_instances-2377115-1.patch, failed testing.

mglaman’s picture

Status: Needs work » Needs review
FileSize
31.25 KB
985 bytes

Accidentally replaced an entity_create() with static load :/. Fixed patch.

dstotijn’s picture

Status: Needs review » Reviewed & tested by the community

Applied 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.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

The 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!

  • alexpott committed 33b66b5 on 8.0.x
    Issue #2377115 by mglaman: Replace all instances of entity_load('...

Status: Fixed » Closed (fixed)

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