Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow calling template functions directly #607

Merged
merged 4 commits into from Mar 25, 2021
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Mar 25, 2021

This PR Closes #606 and adds call forwarding for template functions in template helpers and filters. Instead of doing $this->getTemplate()->[function]it's not possible to call the function directly as $this->[function]

@johanjanssens johanjanssens changed the base branch from master to 0.19 March 25, 2021 16:24
@johanjanssens johanjanssens added this to In progress in v0.19.9 via automation Mar 25, 2021
@johanjanssens johanjanssens merged commit 9aa1089 into 0.19 Mar 25, 2021
v0.19.9 automation moved this from In progress to Ready Mar 25, 2021
@johanjanssens johanjanssens deleted the feature/606-functions branch March 25, 2021 16:36
@johanjanssens johanjanssens mentioned this pull request Mar 28, 2021
@johanjanssens johanjanssens added this to the v0.19.9 milestone Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v0.19.9
  
Ready
Development

Successfully merging this pull request may close these issues.

Allow calling template functions directly
1 participant