function UpdateSelectionCommand::render

Same name and namespace in other branches
  1. 9 core/modules/media_library/src/Ajax/UpdateSelectionCommand.php \Drupal\media_library\Ajax\UpdateSelectionCommand::render()
  2. 8.9.x core/modules/media_library/src/Ajax/UpdateSelectionCommand.php \Drupal\media_library\Ajax\UpdateSelectionCommand::render()
  3. 10 core/modules/media_library/src/Ajax/UpdateSelectionCommand.php \Drupal\media_library\Ajax\UpdateSelectionCommand::render()

Overrides CommandInterface::render

File

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

Class

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

Namespace

Drupal\media_library\Ajax

Code

public function render() {
    return [
        'command' => 'updateMediaLibrarySelection',
        'mediaIds' => $this->mediaIds,
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.