You are here

public function ElevateZoomPlusForm::removeRespondCallback in ElevateZoom Plus 8

Callback for removing the responds.

File

modules/ui/src/Form/ElevateZoomPlusForm.php, line 339

Class

ElevateZoomPlusForm
Extends base form for elevatezoomplus instance configuration form.

Namespace

Drupal\elevatezoomplus_ui\Form

Code

public function removeRespondCallback(array &$form, FormStateInterface &$form_state) {
  return $form['respond']['settings'];
}