Part of meta-issue #1856630: [Change notice] [META] Rename Views methods to core standards
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | views-core-2003280-6.patch | 2.93 KB | SpartyDan |
| #2 | drupal-rename-set-limit-2003280-2.patch | 3.03 KB | kenianbei |
Part of meta-issue #1856630: [Change notice] [META] Rename Views methods to core standards
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | views-core-2003280-6.patch | 2.93 KB | SpartyDan |
| #2 | drupal-rename-set-limit-2003280-2.patch | 3.03 KB | kenianbei |
Comments
Comment #1
kenianbei commentedComment #2
kenianbei commentedComment #4
connorwk commented#2: drupal-rename-set-limit-2003280-2.patch queued for re-testing.
Comment #5
oenie commentedAdd public access modifier in front of the function to adhere to the new OOP standards.
All occurrences have been replaced, so the corrected patch should then be RTBC.
Comment #6
SpartyDan commentedAdded public access modifier in front of the function to adhere to the new OOP standards.
Re-rolled.
Comment #7
oenie commentedLooks good to me now !
Apart from a minor issue with a leftover comment:
core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php, line 84:
$this->assertEqual($view->query->getLimit(), $rand_number, 'set_limit adapts the amount of items.');
Comment #8
alexpottCommitted b74991a and pushed to 8.x. Thanks!