Learn how routing is handled in Drupal 8, and how the hook_menu() is decoupled.
Drupal 8 is taking the same path as other MVC (Model View Controller) frameworks like Ruby and Symfony, which makes it easier for developers to make an easy entry. Much of the Drupal code which seemed alien before now seems familiar to developers with experience in other frameworks
The all new Drupal 8 routing implements Symfony2's Routing component and the Symfony2 CMF Routing component extension. As a result, the way routes are defined in Drupal 8 has changed. In this webinar, our speaker would share how routing is handled in Drupal 8. He will also cover how the hook_menu() is decoupled.