You are here

protected property UpdateSelectionCommand::$mediaIds in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/media_library/src/Ajax/UpdateSelectionCommand.php \Drupal\media_library\Ajax\UpdateSelectionCommand::mediaIds
  2. 10 core/modules/media_library/src/Ajax/UpdateSelectionCommand.php \Drupal\media_library\Ajax\UpdateSelectionCommand::mediaIds

An array of media IDs to add to the current selection.

Type: int[]

File

core/modules/media_library/src/Ajax/UpdateSelectionCommand.php, line 31

Class

UpdateSelectionCommand
AJAX command for adding media items to the media library selection.

Namespace

Drupal\media_library\Ajax

Code

protected $mediaIds;