Enquire Now

Tags: drupal-routes

Routing is an important part of writing a module. In order to expose content or functionality on specific URIs on a Drupal site, routes or path are mapped to function callback. Drupal 8's routing system is heavily based on Symfony's, whereas prior versions relied on the routing parts of hook_menu().

0 Questions