public function BlockListController::validateForm

Implements \Drupal\Core\Form\FormInterface::validateForm().

Overrides FormInterface::validateForm

File

drupal/core/modules/block/lib/Drupal/block/BlockListController.php, line 279
Contains \Drupal\block\BlockListController.

Class

BlockListController
Defines the block list controller.

Namespace

Drupal\block

Code

public function validateForm(array &$form, array &$form_state) {

  // No validation.
}