Actions
Task #77142
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Task #76914: Move method arguments to initializeArguments() in ext:fluid
MediaViewHelper: Move method arguments to initializeArguments() in ext:fluid
Start date:
2016-07-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
sysext/fluid/Classes/ViewHelpers/MediaViewHelper.php:81: public function render($file, $additionalConfig = array(), $width = null, $height = null)
sysext/fluid/Classes/ViewHelpers/MediaViewHelper.php:101: return $fileRenderer->render($file, $width, $height, $additionalConfig);
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49016
Updated by Roberto Torresani over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b06be5b8569974a4cd078a0377ea0eee5343fb85.
Actions