Crud\Action\Bulk\SetValueAction::_handle PHP Метод

_handle() защищенный Метод

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