public function SkypeSettingsForm::ajaxRefreshForm in Skype 8
Ajax callback to refresh form.
Parameters
array $form:
\Drupal\Core\Form\FormStateInterface $form_state:
Return value
array
File
- src/
Form/ SkypeSettingsForm.php, line 242
Class
- SkypeSettingsForm
- Class SkypeSettingsForm.
Namespace
Drupal\skype\FormCode
public function ajaxRefreshForm(array &$form, FormStateInterface $form_state) {
return $form;
}