You are here

protected property SendContextActionApproveForm::$tempStorageName in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::tempStorageName
  2. 8.2 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::tempStorageName
  3. 8.3 src/Form/SendContextActionApproveForm.php \Drupal\tmgmt_smartling\Form\SendContextActionApproveForm::tempStorageName

Temp storage name we are saving entity_ids to.

Type: string

File

src/Form/SendContextActionApproveForm.php, line 82

Class

SendContextActionApproveForm
Provides a confirmation form for sending multiple content entities.

Namespace

Drupal\tmgmt_smartling\Form

Code

protected $tempStorageName = 'tmgmt_smartling_send_context';