You are here

protected property BaseTmgmtActionApproveForm::$entityIds in TMGMT Extension Suite 8

Same name and namespace in other branches
  1. 8.3 src/Form/BaseTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\BaseTmgmtActionApproveForm::entityIds
  2. 8.2 src/Form/BaseTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\BaseTmgmtActionApproveForm::entityIds

The array of entities to send.

Type: string[]

File

src/Form/BaseTmgmtActionApproveForm.php, line 61

Class

BaseTmgmtActionApproveForm
Provides a confirmation form for sending multiple content entities.

Namespace

Drupal\tmgmt_extension_suit\Form

Code

protected $entityIds = [];