DBLogResource (with a capital B) should be renamed to DbLogResource (with a lower case b).
Because of our coding standards.
Because all the other classes in the dblog module use the correct casing.
IMO this is highly unlikely to affect anyone - core doesn't even use this resource. This is a plugin which will be discovered by the plugin manager via its annotation, not by its class name.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3268077-2-db-log-resource.patch | 1.21 KB | tr |
Comments
Comment #2
tr commentedComment #3
tr commentedComment #5
tr commentedTest fail is the LayoutBuilder FunctionalJavascript test which is causing lots of random fails in core right now and is not related to this issue.
Comment #6
dagmarLooks good to me @TR. But let's add a change record to document this change.
Comment #7
bramdriesenChange record added: https://www.drupal.org/node/3313636
Patch looks good.
Comment #8
dagmarThanks @TR, @BramDriesen. Looks good to me.
Comment #10
catchCommitted c22d2af and pushed to 10.1.x. Thanks!
Comment #11
dagmarThanks. I published the CR.