There are a couple properties on the entity object that don't follow this coding standard, is_new and edit_url.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entity-coding_standards-1558266-1.patch | 7.78 KB | tom friedhof |
There are a couple properties on the entity object that don't follow this coding standard, is_new and edit_url.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entity-coding_standards-1558266-1.patch | 7.78 KB | tom friedhof |
Comments
Comment #1
tom friedhof commentedHere is a patch to correct this issue.
Coding standards item 2: http://drupal.org/node/608152
Comment #2
fagoWell, first off we cannot change this anymore as it would be an API change. Then, is_new is inline with existing core d7 is_new properties, and edit_url with respective tokens like "edit-url". Also, there is #1233394: Agree on a property naming pattern what says entity properties are an exception if the source is that way.