Skip to content

[FEATURE] <f:push> ViewHelper#1372

Open
brotkrueml wants to merge 1 commit into
TYPO3:mainfrom
brotkrueml:pushviewhelper
Open

[FEATURE] <f:push> ViewHelper#1372
brotkrueml wants to merge 1 commit into
TYPO3:mainfrom
brotkrueml:pushviewhelper

Conversation

@brotkrueml
Copy link
Copy Markdown
Contributor

Add a <f:push> ViewHelper which allows to add values to an array. Additionally, a key can be specified.

The implementation is inspired by https://github.com/sitegeist/fluid-components/blob/master/Classes/ViewHelpers/Variable/PushViewHelper.php

Resolves: #1371

@brotkrueml
Copy link
Copy Markdown
Contributor Author

Hmm, the errors seem unrelated to my change?

@lolli42
Copy link
Copy Markdown
Member

lolli42 commented Apr 16, 2026

Hmm, the errors seem unrelated to my change?

yeah. fixed. rebase, pls.

Add a `<f:push>` ViewHelper which allows to add values to an array. Additionally, a key can be specified.

The implementation is inspired by https://github.com/sitegeist/fluid-components/blob/master/Classes/ViewHelpers/Variable/PushViewHelper.php

Resolves: TYPO3#1371
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: ViewHelper to push a value to an array

2 participants