You are here

protected property CancelTmgmtActionApproveForm::$tempStorageName in TMGMT Extension Suite 8.3

Same name and namespace in other branches
  1. 8 src/Form/CancelTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\CancelTmgmtActionApproveForm::tempStorageName
  2. 8.2 src/Form/CancelTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\CancelTmgmtActionApproveForm::tempStorageName

Temp storage name we are saving entity_ids to.

Type: string

Overrides BaseTmgmtActionApproveForm::$tempStorageName

File

src/Form/CancelTmgmtActionApproveForm.php, line 17

Class

CancelTmgmtActionApproveForm
Provides a confirmation form for sending multiple content entities.

Namespace

Drupal\tmgmt_extension_suit\Form

Code

protected $tempStorageName = 'tmgmt_extension_suit_tmgmt_job_operations_cancel';