public function BlockListBuilder::validateForm in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/BlockListBuilder.php \Drupal\block\BlockListBuilder::validateForm()
Form validation 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::validateForm
File
- core/
modules/ block/ src/ BlockListBuilder.php, line 355 - Contains \Drupal\block\BlockListBuilder.
Class
- BlockListBuilder
- Defines a class to build a listing of block entities.
Namespace
Drupal\blockCode
public function validateForm(array &$form, FormStateInterface $form_state) {
// No validation.
}