Рет қаралды 22,499
In this episode we continue learning about Drupal 7 module development by looking at hook_menu() and hook_permission().
In this episode you will learn:
How to implement hook_menu() in you Drupal 7 module to create a new page on your Drupal site
How to implement hook_permission() in your Drupal 7 module to provide access control to your newly created page