Learner\Services\Forms\SaveLinkFormService::getInputData PHP Method

getInputData() public method

Get the prepared input data.
public getInputData ( ) : array
return array
    public function getInputData()
    {
        return array_only($this->inputData, ['title', 'link', 'type', 'domain', 'note', 'newsletter_id']);
    }