function ViewsBlock::blockForm

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/Block/ViewsBlock.php \Drupal\views\Plugin\Block\ViewsBlock::blockForm()
  2. 8.9.x core/modules/views/src/Plugin/Block/ViewsBlock.php \Drupal\views\Plugin\Block\ViewsBlock::blockForm()
  3. 11.x core/modules/views/src/Plugin/Block/ViewsBlock.php \Drupal\views\Plugin\Block\ViewsBlock::blockForm()

Overrides BlockPluginTrait::blockForm

File

core/modules/views/src/Plugin/Block/ViewsBlock.php, line 117

Class

ViewsBlock
Provides a generic Views block.

Namespace

Drupal\views\Plugin\Block

Code

public function blockForm($form, FormStateInterface $form_state) {
    if ($this->displaySet) {
        return $this->view->display_handler
            ->blockForm($this, $form, $form_state);
    }
    return [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.