function ViewsBlock::blockValidate
Overrides BlockPluginTrait::blockValidate
File
- 
              core/
modules/ views/ src/ Plugin/ Block/ ViewsBlock.php, line 126  
Class
- ViewsBlock
 - Provides a generic Views block.
 
Namespace
Drupal\views\Plugin\BlockCode
public function blockValidate($form, FormStateInterface $form_state) {
  if ($this->displaySet) {
    $this->view->display_handler
      ->blockValidate($this, $form, $form_state);
  }
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.