public function XmlRpcExampleClientForm::submitForm in xmlrpc 8
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
- xmlrpc_example/
src/ Form/ XmlRpcExampleClientForm.php, line 100
Class
- XmlRpcExampleClientForm
- Form demonstrating XML-RPC client.
Namespace
Drupal\xmlrpc_example\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}