other_view_modes = $other_view_modes; } /** * {@inheritdoc} */ public function render() { return [ 'command' => $this->command, 'data' => $this->data, 'other_view_modes' => $this->other_view_modes, ]; } }