justafish / drupal_createapi

https://drupal.org/project/createapi
3 stars 9 forks source link

Adding alter hook for modifying items while processing entities. #1

Closed quicksketch closed 10 years ago

quicksketch commented 11 years ago

While using this project I encountered limitations where it's difficult to add or modify properties in feed items generated. This PR adds a hook for modifying items before they get output. A few example are included in the documentation on why you might want use this, e.g. adding information about flags from Flag module, or massaging output by adding/removing encoding.

p.s. There's no issue tracker enabled for this project(?)

quicksketch commented 11 years ago

p.s. There's no issue tracker enabled for this project(?)

Now that this PR was filed the link appeared to the issue tracker on the project page. Weird, maybe a Github fluke.