function views_plugin_display::hook_block in Views (for Drupal 7) 6.2
Same name and namespace in other branches
- 6.3 plugins/views_plugin_display.inc \views_plugin_display::hook_block()
If this display creates a block, implement one of these.
File
- plugins/
views_plugin_display.inc, line 1817 - 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_block($op = 'list', $delta = 0, $edit = array()) {
return array();
}