abstract public function BaseTmgmtActionApproveForm::getFormId in TMGMT Extension Suite 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
5 methods override BaseTmgmtActionApproveForm::getFormId()
- CancelTmgmtActionApproveForm::getFormId in src/
Form/ CancelTmgmtActionApproveForm.php - Returns a unique string identifying the form.
- ClearJobItemsDataTmgmtActionApproveForm::getFormId in src/
Form/ ClearJobItemsDataTmgmtActionApproveForm.php - Returns a unique string identifying the form.
- DeleteTmgmtActionApproveForm::getFormId in src/
Form/ DeleteTmgmtActionApproveForm.php - Returns a unique string identifying the form.
- DownloadTmgmtActionApproveForm::getFormId in src/
Form/ DownloadTmgmtActionApproveForm.php - Returns a unique string identifying the form.
- UploadTmgmtActionApproveForm::getFormId in src/
Form/ UploadTmgmtActionApproveForm.php - Returns a unique string identifying the form.
File
- src/
Form/ BaseTmgmtActionApproveForm.php, line 110
Class
- BaseTmgmtActionApproveForm
- Provides a confirmation form for sending multiple content entities.
Namespace
Drupal\tmgmt_extension_suit\FormCode
public abstract function getFormId();