public function ScheduleSettingsForm::submitForm in Business Rules 8
Same name and namespace in other branches
- 2.x src/Form/ScheduleSettingsForm.php \Drupal\business_rules\Form\ScheduleSettingsForm::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/ ScheduleSettingsForm.php, line 33
Class
- ScheduleSettingsForm
- Class ScheduleSettingsForm.
Namespace
Drupal\business_rules\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Empty implementation of the abstract submit class.
}