Learner\Services\Forms\SaveVideoFormService::getInputData PHP Méthode

getInputData() public méthode

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