1.20.x views_plugin_display.inc | views_plugin_display::hook_menu() |
If this display creates a page with a menu item, implement it here.
File
- modules/
views/ plugins/ views_plugin_display.inc, line 2627 - Contains the base display plugin.
Class
- views_plugin_display
- The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
Code
function hook_menu() {
return array();
}