-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
breakingBreaking change, which requires deprecation and major releaseBreaking change, which requires deprecation and major release
Description
Fluid should pre-fill $this->arguments['myArgument'] in ViewHelpers if getContentArgumentName() is set to myArgument and the argument is supplied via tag content. Currently, it is the other way around: $this->renderChildren() uses $this->arguments['myArgument'] as fallback. Both variants should be in sync, so ViewHelpers can just use $this->arguments and define the argument as required.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breakingBreaking change, which requires deprecation and major releaseBreaking change, which requires deprecation and major release