We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deprecation: #69863 - Deprecate getTemplateVariableContainer function
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.0/Deprecation-69863-DeprecateGetTemplateVariableContainerFunction.html
.. include:: ../../Includes.txt
=====================================================================
See :issue:69863
69863
Description
===========
RenderingContext->getTemplateVariableContainer has been marked as deprecated in
RenderingContext->getTemplateVariableContainer
favor of getVariableProvider due to a changed concept for variable provisioning in
standalone fluid. It now does more than just contain variables so a change in naming
is necessary.
Impact
======
Calling this method directly will trigger a deprecation log entry.
Affected Installations
======================
Any TYPO3 instance using getTemplateVariableContainer method directly within an
getTemplateVariableContainer
extension or third-party code.
Migration
=========
Use getVariableProvider instead of getTemplateVariableContainer.
getVariableProvider
.. index:: PHP-API, Fluid
The text was updated successfully, but these errors were encountered:
[TASK] Use method getVariableProvider
885fc70
Resolves: #430
[TASK] Use method getVariableProvider (#1603)
ea586e7
Successfully merging a pull request may close this issue.
Deprecation: #69863 - Deprecate getTemplateVariableContainer function
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.0/Deprecation-69863-DeprecateGetTemplateVariableContainerFunction.html
.. include:: ../../Includes.txt
=====================================================================
Deprecation: #69863 - Deprecate getTemplateVariableContainer function
=====================================================================
See :issue:
69863
Description
===========
RenderingContext->getTemplateVariableContainer
has been marked as deprecated infavor of getVariableProvider due to a changed concept for variable provisioning in
standalone fluid. It now does more than just contain variables so a change in naming
is necessary.
Impact
======
Calling this method directly will trigger a deprecation log entry.
Affected Installations
======================
Any TYPO3 instance using
getTemplateVariableContainer
method directly within anextension or third-party code.
Migration
=========
Use
getVariableProvider
instead ofgetTemplateVariableContainer
... index:: PHP-API, Fluid
The text was updated successfully, but these errors were encountered: