- examples
This example demonstrates how a module can display a page at a given URL.
It's important to understand how the menu system works in order to implement your own pages. See the Menu Example module for some insight.
See also
menu_example
Functions & methods
| Name | Description |
|---|---|
| page_example_arguments | A more complex page callback that takes arguments. |
| page_example_description | Constructs a descriptive page. |
| page_example_help | Implements hook_help(). |
| page_example_menu | Implements hook_menu(). |
| page_example_permission | Implements hook_permission(). |
| page_example_simple | Constructs a simple page. |
File
- page_example/
page_example.module, line 8 - Module file for page_example_module.