You are here

protected property DeleteMultipleForm::$selection in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php \Drupal\Core\Entity\Form\DeleteMultipleForm::selection

The selection, in the entity_id => langcodes format.

Type: array

File

core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php, line 62

Class

DeleteMultipleForm
Provides an entities deletion confirmation form.

Namespace

Drupal\Core\Entity\Form

Code

protected $selection = [];