Log about researching I’ve done this week
Migrando un Field Formatter a Drupal 8
(Upgrading a Field Formatter to Drupal 8)
A Keynote in Spanish, about how to port to Drupal 8 a module that creates a Field Formatter.
In the road to Drupal 8, we are currently on drupal-8.0-alpha3.
When doing this Keynote, I found that there are coming some changes that affect Field Formatters:
- File formatters need to manually check the ‘display’ property of each item
- #type ’markup’removed
- Removed text_sanitize() and save_value/safe_summary in favor of processed/summary_processed
- Annotation based plugins don’t need a use statement anymore
All reported changes can be found in Changes records
DrupalCamp PerĂº 2013
Drupalfund.us, Ceowfunded Drupal Development
Some projects that got funding are:
- Bootstrap 3 for Drupal, owned by Mark Carver
- Drupal 8 Entity Field API, owned by Yves Chedemoise (yched)