Rename \Drupal\Core\Config\Entity\ConfigEntityInterface::getOriginalID() to \Drupal\Core\Config\Entity\ConfigEntityInterface::getOriginalId() and setOriginalID() to setOriginalId(). This change is consistent with our coding standards.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | drupal_2113319_11.patch | 14.06 KB | xano |
| #7 | drupal_2113319_6.patch | 13.34 KB | xano |
| #3 | drupal_2113319_3.patch | 13.31 KB | xano |
| #1 | drupal_2113319_1.patch | 13.31 KB | xano |
Comments
Comment #1
xanoComment #3
xanoComment #4
tstoecklerThis (also everywhere else) is missing the "(" part.
Comment #5
xanoComment #6
tstoecklerOops that was a crosspost, I meant the first patch.
Comment #7
xanoSpeaking of crossposts ;)
Comment #8
tstoecklerI'm not seeing any function definitions in the patch?!
Comment #9
xanoThe method names were apparently fixed a while ago, but some erroneous usages remained.
Comment #10
tstoecklerI found another instance in line 36 of \Drupal\views_ui\Tests\ViewUIObjectTest
Comment #11
xanoAh, an array key. That's why PHPStorm did not find it.
Comment #12
tstoecklerAwesome, let's do it.
Comment #13
xano#11: drupal_2113319_11.patch queued for re-testing.
Comment #15
xano#11: drupal_2113319_11.patch queued for re-testing.
Comment #16
tstoecklerComment #17
xano11: drupal_2113319_11.patch queued for re-testing.
Comment #18
xano11: drupal_2113319_11.patch queued for re-testing.
Comment #19
webchickCommitted and pushed to 8.x. Thanks!
Since PHP functions aren't case-sensitive, I don't believe this needs a change notice.