There are a couple properties on the entity object that don't follow this coding standard, is_new and edit_url.

Comments

tom friedhof’s picture

Status: Active » Needs review
StatusFileSize
new7.78 KB

Here is a patch to correct this issue.

Coding standards item 2: http://drupal.org/node/608152

fago’s picture

Status: Needs review » Closed (won't fix)

Well, 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.