Route and controller

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.