Part of meta-issue #1856630: [Change notice] [META] Rename Views methods to core standards
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal_rename_cache_expire-2002396-5.patch | 1.58 KB | nathangervais |
| #1 | cache_expire_rename-2002396.patch | 2.84 KB | brennanmh |
Part of meta-issue #1856630: [Change notice] [META] Rename Views methods to core standards
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal_rename_cache_expire-2002396-5.patch | 1.58 KB | nathangervais |
| #1 | cache_expire_rename-2002396.patch | 2.84 KB | brennanmh |
Comments
Comment #1
brennanmh commentedchanged cache_expire to cacheExpire in CachePluginBase.php and Time.php
Comment #2
munizjor commentedtrue and false have to be uppercase.
Comment #3
craychee commentedComment #4
oenie commentedAdd protected access modifier in front of the functions to adher to the new OOP standards.
Comment #5
nathangervais commentedRerolled patch using protectect access modifier and renaming the function to camelCase.
Comment #6
aspilicious commentedLooking good
Comment #7
alexpottCommitted 486b8b8 and pushed to 8.x. Thanks!