public function DblogClearLogForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/dblog/src/Form/DblogClearLogForm.php \Drupal\dblog\Form\DblogClearLogForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ dblog/ src/ Form/ DblogClearLogForm.php, line 49 - Contains \Drupal\dblog\Form\DblogClearLogForm.
Class
- DblogClearLogForm
- Provides the form that clears out the log.
Namespace
Drupal\dblog\FormCode
public function getFormId() {
return 'dblog_clear_log_form';
}