TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-87511-1668719172:
|
||||
|
||||
===================================================================
|
||||
Breaking: #87511 - Remove $namespacesViewObjectNamePattern property
|
||||
===================================================================
|
||||
|
||||
See :issue:`87511`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
Property :php:`$namespacesViewObjectNamePattern` of class
|
||||
:php:`\TYPO3\CMS\Extbase\Mvc\Controller\ActionController` has been
|
||||
removed without replacement.
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Overriding the property :php:`$namespacesViewObjectNamePattern` in
|
||||
controllers that extend :php:`ActionController` will no longer trigger
|
||||
the instantiation of another view object, derived from the pattern.
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
All extensions that override the property :php:`$namespacesViewObjectNamePattern`.
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
If an action needs a template object other than the default
|
||||
:php:`\TYPO3\CMS\Fluid\View\TemplateView`, the property :php:`$defaultViewObjectName`
|
||||
needs to be overridden.
|
||||
|
||||
.. index:: PHP-API, FullyScanned, ext:extbase
|
||||
Reference in New Issue
Block a user