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

[TASK] Deprecate shortcut methods in AbstractTemplateView #920

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

s2b
Copy link
Contributor

@s2b s2b commented Jul 21, 2024

In order to simplify integrations of the Fluid template engine into frameworks (such as TYPO3), we deprecate four methods of AbstractTemplateView that are only shortcuts to the rendering context object.

These methods will be removed in Fluid v4 because the migration path is easy and it simplifies further work on TYPO3's Fluid integration.

@s2b s2b force-pushed the task/deprecateMethods branch 2 times, most recently from 1132624 to 06aa999 Compare July 21, 2024 12:37
In order to simplify integrations of the Fluid template engine into
frameworks (such as TYPO3), we deprecate four methods of
AbstractTemplateView that are only shortcuts to the
rendering context object.

These methods will be removed in Fluid v4 because the migration
path is easy and it simplifies further work on TYPO3's Fluid
integration.
@s2b s2b merged commit abc920b into 2.14 Jul 21, 2024
10 checks passed
@s2b s2b deleted the task/deprecateMethods branch July 21, 2024 12:41
lolli42 pushed a commit that referenced this pull request Jul 21, 2024
In order to simplify integrations of the Fluid template engine into
frameworks (such as TYPO3), we deprecate four methods of
AbstractTemplateView that are only shortcuts to the
rendering context object.

These methods will be removed in Fluid v4 because the migration
path is easy and it simplifies further work on TYPO3's Fluid
integration.
lolli42 added a commit that referenced this pull request Jul 21, 2024
In order to simplify integrations of the Fluid template engine into
frameworks (such as TYPO3), we deprecate four methods of
AbstractTemplateView that are only shortcuts to the
rendering context object.

These methods will be removed in Fluid v4 because the migration
path is easy and it simplifies further work on TYPO3's Fluid
integration.

Co-authored-by: Simon Praetorius <simon@praetorius.me>
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.

2 participants