NOTE TO SELF: ‘Drupal hook_menu is a bit weird’ If you read the api documentation for the Menu System i Drupal you will find the following opening statement Define the navigation menus, and route page requests to code based on URLs.”
Ok, that’s nice, I have routes and URL’s that I can use for passing arguments to my module. Continue reading