public BlockListBuilder::submitForm(array &$form, FormStateInterface $form_state)
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
core/modules/block/src/BlockListBuilder.php, line 357
Class
BlockListBuilder Defines a class to build a listing of block entities.
Namespace
Drupal\block
Code
public functio