Crud\Core\ProxyTrait::_response PHP Method

_response() protected method

Primarily here to ease unit testing
protected _response ( ) : Response
return Cake\Network\Response
    protected function _response()
    {
        return $this->_controller()->response;
    }