public function ScheduleSettingsForm::getFormId in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Form/ScheduleSettingsForm.php \Drupal\business_rules\Form\ScheduleSettingsForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- src/
Form/ ScheduleSettingsForm.php, line 21
Class
- ScheduleSettingsForm
- Class ScheduleSettingsForm.
Namespace
Drupal\business_rules\FormCode
public function getFormId() {
return 'schedule_settings';
}