You are here

public function DisplayPluginBase::hookBlockList in Views (for Drupal 7) 8.3

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

File

lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php, line 2461
Definition of Drupal\views\Plugin\views\display\DisplayPluginBase.

Class

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

Namespace

Drupal\views\Plugin\views\display

Code

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