abstract public function DeleteForm::getFormId in Activity 8
Returns a unique string identifying the form.
The returned ID should be a unique string that can be a valid PHP function name, since it's used in hook implementation names such as hook_form_FORM_ID_alter().
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
2 methods override DeleteForm::getFormId()
- DeleteActionForm::getFormId in src/
Form/ DeleteActionForm.php - Returns a unique string identifying the form.
- DeleteActivityForm::getFormId in src/
Form/ DeleteActivityForm.php - Returns a unique string identifying the form.
File
- src/
Form/ DeleteForm.php, line 60
Class
- DeleteForm
- Delete base form.
Namespace
Drupal\activity\FormCode
public abstract function getFormId();