public function SendContextActionApproveForm::getTempStorageName in TMGMT Translator Smartling 8
Same name and namespace in other branches
- 8.4 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::getTempStorageName()
- 8.2 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::getTempStorageName()
- 8.3 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::getTempStorageName()
2 calls to SendContextActionApproveForm::getTempStorageName()
- SendContextActionApproveForm::buildForm in src/
Form/ SendContextActionApproveForm.php - Form constructor.
- SendContextActionApproveForm::submitForm in src/
Form/ SendContextActionApproveForm.php - Form submission handler.
File
- src/
Form/ SendContextActionApproveForm.php, line 140
Class
- SendContextActionApproveForm
- Provides a confirmation form for sending multiple content entities.
Namespace
Drupal\tmgmt_smartling\FormCode
public function getTempStorageName() {
return $this->tempStorageName;
}