Friday, 6 February 2015

Creating Drupal 8.x modules

This section includes tutorials and other information that you need to create modules for Drupal version 8.x.
An excellent overview: Understanding Drupal 8

Other general resources

Several introductory screencasts walking you through setting up a basic D8 module have been published:
An excellent presentation on working with the Drupal 8 API Amsterdam 2014: Drupal 8: The Crash Course
Alex Bronstein wrote an introductory article titled "Drupal 8: Hello OOP, Hello world!"
There is also a Sitepoint series on developing Drupal 8 modules that you can check out.
Note that core Drupal has moved on since both these tutorials were written, and the code no longer works without error. You can find some explanation of the changes needed, as well as links to the updated code here.

No comments:

Post a Comment