public function ModalForm::submitForm in Entity Reference View Widget 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
- src/
Form/ ModalForm.php, line 101 - Contains \Drupal\entity_reference_view_widget\Form\ModalForm.
Class
- ModalForm
- Provides the database logging filter form.
Namespace
Drupal\entity_reference_view_widget\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}