Breaking: #87511 - Remove $viewFormatToObjectNameMap property
See forge#87511
Description
Property
$view
of class
\TYPO3\
has been
removed without replacement.
Impact
Overriding the property
$view
in
controllers that extend
Action
will no longer trigger
the instantiation of another view object, derived from the mapping.
Affected Installations
All extensions that override the property
$view
.
Migration
If an action needs a template object other than the default
\TYPO3\
, the property
$default
needs to be overridden.