protected BlockEntityOffCanvasForm::submitVisibility(array $form, FormStateInterface $form_state)
Helper function to independently submit 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::submitVisibility
File
- core/modules/outside_in/src/Block/BlockEntityOffCanvasForm.php, line 86
Class
- BlockEntityOffCanvasForm
- Provides form for block instance forms when used in the off-canvas tray.
Namespace
Drupal\outside_in\Block
Code
protected function submitVisibility(array $form, FormStateInterface $form_state) { // Intentionally empty. }
Please login to continue.