Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
9b46dcd1
Commit
9b46dcd1
authored
Feb 12, 2019
by
Christoph Pascher
Browse files
adding empty method stub for missing image function
parent
e5613e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/ViewHelper/Form/UploadViewHelper.php
View file @
9b46dcd1
...
...
@@ -86,4 +86,9 @@ class UploadViewHelper extends CoreUploadViewHelper
}
return
$this
->
propertyMapper
->
convert
(
$resource
,
FileReference
::
class
);
}
private
function
getValue
(
$param
){
//TODO
return
null
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment