The first real piece of functionality we set out to create was a simple Drupal page that outputs the age-old Hello World string. To do this, we will need two thingsāa route and a controller. So, let's start with the first one.
The first real piece of functionality we set out to create was a simple Drupal page that outputs the age-old Hello World string. To do this, we will need two thingsāa route and a controller. So, let's start with the first one.