public function AddExternalPackageForm::submitForm in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Form/AddExternalPackageForm.php \Drupal\opigno_module\Form\AddExternalPackageForm::submitForm()
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
- src/
Form/ AddExternalPackageForm.php, line 213
Class
- AddExternalPackageForm
- Add External package form.
Namespace
Drupal\opigno_module\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}