/** * Initialization hook method. * * @return void */ public function initialize() { parent::initialize(); $this->response->type('ajax'); }