You are here

public function SendContextActionApproveForm::getTempStorageName in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::getTempStorageName()
  2. 8 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::getTempStorageName()
  3. 8.2 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 164

Class

SendContextActionApproveForm
Provides a confirmation form for sending multiple content entities.

Namespace

Drupal\tmgmt_smartling\Form

Code

public function getTempStorageName() {
  return $this->tempStorageName;
}