StoreVolume
class StoreVolume extends FormRequest
Properties
Project | $project | The project to attach the new volume to. |
|
string|null | $metadataParser | Class name of the metadata parser that should be used. |
|
protected string|null | $metadataPath | Filled if an uploaded metadata text was stored in a file. |
Methods
__destruct()
Remove potential temporary files.
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Get the validation rules that apply to the request.
void
withValidator(Validator $validator)
Configure the validator instance.
void
prepareForValidation()
Prepare the data for validation.
Details
at line 46
__destruct()
Remove potential temporary files.
at line 58
bool
authorize()
Determine if the user is authorized to make this request.
at line 70
array
rules()
Get the validation rules that apply to the request.
at line 94
void
withValidator(Validator $validator)
Configure the validator instance.
at line 141
protected void
prepareForValidation()
Prepare the data for validation.