There is no example for comments. Might be good idea to add it into the module. I can develop it if there is a need
Comments seem to have the same sort of API patterns as other APIs: Hooks for when stuff happens to them such as hook_comment_load(). You can see a list here: http://api.drupal.org/api/drupal/modules%21comment%21comment.api.php/7
Is there any specific question you want to get answered by an examples module?
nope. no specific questions. thanks for the answer.
yes api is the almost same. but there are some different moments in comments. e.g. comments can have parrents. if you want I can add an example
Yes, please. :-)
I can develop it
It's minimal maintenance time for the 7.x-1.x branch of Examples. See #2642596: D6, D7 Roadmap for Examples
Comments
Comment #1
mile23Comments seem to have the same sort of API patterns as other APIs: Hooks for when stuff happens to them such as hook_comment_load(). You can see a list here: http://api.drupal.org/api/drupal/modules%21comment%21comment.api.php/7
Is there any specific question you want to get answered by an examples module?
Comment #2
a.milkovskynope. no specific questions.
thanks for the answer.
yes api is the almost same. but there are some different moments in comments. e.g. comments can have parrents.
if you want I can add an example
Comment #3
mile23Yes, please. :-)
Comment #3.0
mile23I can develop it
Comment #4
mile23It's minimal maintenance time for the 7.x-1.x branch of Examples. See #2642596: D6, D7 Roadmap for Examples