Actions
Task #77013
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Task #76914: Move method arguments to initializeArguments() in ext:fluid
ActionViewHelper: Move method arguments to initializeArguments() in ext:fluid
Start date:
2016-07-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php:52: public function render($action = null, array $arguments = array(), $controller = null, $extensionName = null, $pluginName = null, $pageUid = null, $pageType = 0, $noCache = false, $noCacheHash = false, $section = '', $format = '', $linkAccessRestrictedPages = false, array $additionalParams = array(), $absolute = false, $addQueryString = false, array $argumentsToBeExcludedFromQueryString = array(), $addQueryStringMethod = null)
Actions