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