- 2012-08-19: Working on the new Drupal 8 Entity system at Drupalcon Munich
- 2012-06-15: Working on the new Drupal 8 Entity system at DrupalDevDays Barcelona
- 2012-03-23: Working on the future Drupal Document Oriented Storage at DrupalCon Denver. D8 or later ? Bets are on.
- 2011-09-01: Building an Unfuddle to Drupal Casetracker import module using Migrate
- 2011-08-28: Back from DrupalCon London and its WSCCI code sprint. Wow.
- 2009-11-29: mongodb_watchdog module created by dereine, ported to D7 by me in about half an hour, and migrated in a larger MongoDB project by damz before the hour ended. Wow...
Developing to the Views 7.3 API - slides from DDDB
Submitted by fgm on Wed, 2011-03-16 23:19
and so on until
Now that Drupalcon Chicago is over, I found some time to fix the slides from my session at the Drupal Dev Days in Brussels. It took some time because neither Google Presentations nor Slideshare apparently like the MgOpen font family.
The presentation is now on Slideshare at http://www.slideshare.net/fgm-osinet/drupal-views-development.
Drupal Views development
View more presentations from Frédéric Marand
The progressive code samples are attached to this blog entry, as a tarred Git repository.
To use them, checkout each tag in turn: for the first exercise: git checkout demo1-hva
then for the second: git checkout demo2-hvd
demo5-area. The list of samples goes like this:
- demo1-hva: hook_views_api
- demo2-hvd: hook_views_data
- demo3-hvdv: hook_views_default_views
- demo4-access: access plugin
- demo5-area: area handler
| Attachment | Size |
|---|---|
| TAR archive of the code samples as a Git repository. | 160 KB |





Video also available
Thanks for sharing the slides Frédéric!
Also note that the video of this presentation can be found here: http://bxl2011.drupaldays.org/node/259 or http://www.archive.org/details/DevelopingForViews3Api
Erratum: hook_views_pre_render()
Contrary to what I said during the presentation and what the documentation says,
hook_views_pre_render()actually runs before the field handlerspre_rendermethods, not after them.