tags = Tag::find() ->with("lang.alias") ->all(); } public function run() { return $this->render( 'tag_view', [ "tags" => $this->tags ] ); } }