You are here

public function Block::blockValidate in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/display/Block.php \Drupal\views\Plugin\views\display\Block::blockValidate()

Handles form validation for the views block configuration form.

Parameters

\Drupal\views\Plugin\Block\ViewsBlock $block: The ViewsBlock plugin.

array $form: The form definition array for the block configuration form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

See also

\Drupal\views\Plugin\Block\ViewsBlock::blockValidate()

File

core/modules/views/src/Plugin/views/display/Block.php, line 336

Class

Block
The plugin that handles a block.

Namespace

Drupal\views\Plugin\views\display

Code

public function blockValidate(ViewsBlock $block, array $form, FormStateInterface $form_state) {
}