April 2023
Beginner to intermediate
580 pages
13h 42m
English
Now that we have covered some of the introductory aspects of Drupal module development, it’s time to dive right into the meat of what we are doing here—module creation.
Here are some of the important topics that we will cover in this chapter:
Concretely, in this chapter, we will create a new custom module called Hello World. In this module, we will define a route that maps to a controller and that outputs this age-old programming message. This will be our first win.
Next, we will define a service ...