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

getInputData() public method

Get the prepared input data.
public getInputData ( ) : array
return array
    public function getInputData()
    {
        return array_only($this->inputData, ['series_id', 'title', 'description', 'resource_type', 'resource_id', 'published_at']);
    }
SaveVideoFormService