Migrando un Módulo Simple a Drupal 8

Imagen de fcedillo

Vamos a revisar aspectos de los módulos en Drupal 8.
Partiremos desde un módulo que implementa un Field Formatter para Drupal 7 y luego migrarlo a un Plugin en Drupal 8.

Diapositivas: Migrando un Field Formatter a Drupal 8

Schedule info
Status: 
Accepted
Experience level: 
Intermediate
Speaker(s): 
fcedillo
Session Time Slot(s): 
Viernes, 18 Octubre, 2013 - De 17:00 hasta 18:00

Comentarios

Imagen de fcedillo

Sugiero también estar atentos a los cambios relacionados a Field Formatters

_ Annotation based plugins don't need a use statement anymore https://drupal.org/node/2096117
_ File formatters need to manually check the 'display' property of each item https://drupal.org/node/2047939
_ Field formatters are now plugins https://drupal.org/node/1805846
_ Removed text_sanitize() and safe_value/safe_summary in favor of processed/summary_processed https://drupal.org/node/2090719
_ #type 'markup' removed https://drupal.org/node/2036237