Closed (fixed)
Project:
Ubercart
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2015 at 13:04 UTC
Updated:
23 Dec 2015 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
heykarthikwithu1. Removed unnecessary fully qualified name \Drupal\uc_order\Entity\Order.
2. Replaced the \Drupal::entityManager() with \Drupal::entityTypeManager().
Comment #3
longwaveI think there are several fully qualified names in the codebase that are not strictly necessary (we should use "use" statements instead), it would be good to get them all at once if you can?
Comment #4
heykarthikwithuSure, will work on this :)
Comment #5
tr commentedAlso, your #2 shouldn't be in this patch - the entityTypeManager() should be handled in #2630956: Replace the entity manager with the entity type manager in the code base.
Comment #6
heykarthikwithuChanged all the fully qualified names in the codebase.
Comment #7
heykarthikwithuComment #8
longwaveLooks great. One very minor nitpick:
There should be a blank line between these two lines, but this can be fixed on commit.
Comment #10
longwaveCommitted with the extra blank line added.