- Overview
- Transcript
1.1 Introduction
Welcome to Code a Custom Drupal Module. In this course, I'm going to show you just how easy it is to create custom pages, forms, and routes in your app. This may seem like a complicated topic, but with just a few simple tools, you'll quickly get up to speed and be ready to start creating your own modules.
1.Introduction2 lessons, 05:24
1.1Introduction01:20
1.2Prerequisites04:04
2.Drupal Module Basics6 lessons, 48:45
2.1Create a Custom Module09:20
2.2Create the Module Routes08:34
2.3Create Route Controllers07:00
2.4Create Route Parameters05:28
2.5Build a Form Class10:21
2.6Handle Form Submission08:02
3.Create the Calculator Module4 lessons, 28:15
3.1Create a Calculator Form06:59
3.2Implement the Add Operation09:28
3.3Other Operation Implementations05:00
3.4Custom Form Validation06:48
4.Conclusion1 lesson, 02:31
4.1Conclusion02:31
1.1 Introduction
You're keeping up with your Drupal 8 content here on Tuts+. You're learning about building custom applications for your new clients. You're even able to tailor the look and feel using custom themes that are blowing your clients' minds. They're thrilled. And then it happens. You get that late afternoon Friday phone call from your most important customer. And they're all up in arms because they came up with the best idea, ever. They need you to create custom logic and a custom section of their application that's going to drive their revenue through the roof. Can you do it? I don't know, it seems like a tall order. But I'm here to tell you that you can do absolutely that. With a little bit of knowledge of Drupal 8, some instruction into Drupal 8 modules, and just a sprinkling of PHP, you, too, can create custom routes, custom pages, and a whole slew of custom logic to drive your clients' applications to the next level. I'm Derek Jensen, and today we are going to learn all about Drupal 8 modules, how to create them, and how you can continue to add custom functionality to content-driven sites using Drupal 8.