Crud\Action\AddAction::_get PHP Method

_get() protected method

HTTP GET handler
protected _get ( ) : void
return void
    protected function _get()
    {
        $subject = $this->_subject(['success' => true, 'entity' => $this->_entity($this->_request()->query ?: null, ['validate' => false] + $this->saveOptions())]);
        $this->_trigger('beforeRender', $subject);
    }