You are here

public function views_plugin_display::hook_block_list in Views (for Drupal 7) 7.3

If this display creates a block, implement one of these.

File

plugins/views_plugin_display.inc, line 2797
Definition of views_plugin_display.

Class

views_plugin_display
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.

Code

public function hook_block_list($delta = 0, $edit = array()) {
  return array();
}