public function ScheduledUpdateSettingsForm::getFormId in Scheduled Updates 8
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- src/
FormScheduledUpdateSettingsForm.php, line 27 - Contains \Drupal\scheduled_updates\Entity\Form\ScheduledUpdateSettingsForm.
Class
- ScheduledUpdateSettingsForm
- Class ScheduledUpdateSettingsForm.
Namespace
Drupal\scheduled_updates\Entity\FormCode
public function getFormId() {
return 'ScheduledUpdate_settings';
}