Crud\Action\Bulk\SetValueAction::_handle PHP Method

_handle() protected method

Handle a bulk event
protected _handle ( ) : Response
return Cake\Network\Response
    protected function _handle()
    {
        $field = $this->config('field');
        if (empty($field)) {
            throw new ActionNotConfiguredException('No field value specified');
        }
        return parent::_handle();
    }