StoreUserDisk
class StoreUserDisk extends FormRequest
Methods
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Get the validation rules that apply to the request.
array
getTypeValidationRules()
Get additional validation rules for a storage disk type.
array
getDiskOptions()
Get the storage disk options from the input of this request.
withValidator($validator)
No description
void
prepareForValidation()
Prepare the data for validation.
Details
at line 17
bool
authorize()
Determine if the user is authorized to make this request.
at line 27
array
rules()
Get the validation rules that apply to the request.
at line 42
array
getTypeValidationRules()
Get additional validation rules for a storage disk type.
at line 52
array
getDiskOptions()
Get the storage disk options from the input of this request.
at line 67
withValidator($validator)
No description
at line 80
protected void
prepareForValidation()
Prepare the data for validation.