You are here

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

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

Temp storage name we are saving entity_ids to.

Type: string

Overrides BaseTmgmtActionApproveForm::$tempStorageName

File

src/Form/ClearJobItemsDataTmgmtActionApproveForm.php, line 17

Class

ClearJobItemsDataTmgmtActionApproveForm
Provides a confirmation form for sending multiple content entities.

Namespace

Drupal\tmgmt_extension_suit\Form

Code

protected $tempStorageName = 'tmgmt_extension_suit_tmgmt_job_operations_clear_job_items_data';