function elevatezoomplus_ui_add_respond_callback in ElevateZoom Plus 7
Callback for adding the responds.
1 string reference to 'elevatezoomplus_ui_add_respond_callback'
- ElevateZoomPlusForm::edit_form in modules/
ui/ src/ Form/ ElevateZoomPlusForm.php - Provide the actual editing form.
File
- modules/
ui/ elevatezoomplus_ui.module, line 52 - Provides the ElevateZoomPlus UI.
Code
function elevatezoomplus_ui_add_respond_callback($form, $form_state) {
return $form['respond']['settings'];
}