Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2013 at 09:24 UTC
Updated:
29 Jul 2014 at 22:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
xanoAlso, should the method name not be setOriginalId()?
Comment #2
dawehnerI also agree that it should be name setOriginalId
Comment #3
xanoComment #4
xano.
Comment #6
dawehnerWe are using '@return self' in quite some places which gives even more information.
We could even check that it is the same object using spl_object_hash
Comment #7
xanoComment #8
xanoComment #9
dawehnerThank you!
Comment #10
xjmComment #11
webchickCommitted and pushed to 8.x. Thanks!
Will need a change notice.
Comment #12
xanoChange notice is at https://drupal.org/node/2107951.
Comment #13
xanoFor some reason the capitalization issue was never fixed or rolled back. See #2113319: Rename getOriginalID() to getOriginalId() and setOriginalID() to setOriginalId().