protected BlockEntityOffCanvasForm::validateVisibility(array $form, FormStateInterface $form_state)
Helper function to independently validate the visibility UI.
Parameters
array $form: A nested array form elements comprising the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides BlockForm::validateVisibility
File
- core/modules/outside_in/src/Block/BlockEntityOffCanvasForm.php, line 79
Class
- BlockEntityOffCanvasForm
- Provides form for block instance forms when used in the off-canvas tray.
Namespace
Drupal\outside_in\Block
Code
1 2 3 | protected function validateVisibility( array $form , FormStateInterface $form_state ) { // Intentionally empty. } |
Please login to continue.