.. include:: /Includes.rst.txt .. _breaking-87511: ============================================================= Breaking: #87511 - Remove $viewFormatToObjectNameMap property ============================================================= See :issue:`87511` Description =========== Property :php:`$viewFormatToObjectNameMap` of class :php:`\TYPO3\CMS\Extbase\Mvc\Controller\ActionController` has been removed without replacement. Impact ====== Overriding the property :php:`$viewFormatToObjectNameMap` in controllers that extend :php:`ActionController` will no longer trigger the instantiation of another view object, derived from the mapping. Affected Installations ====================== All extensions that override the property :php:`$viewFormatToObjectNameMap`. 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