The public properties $modTSconfig and $current_sys_language of PageLayoutController are marked deprecated and their visibility has been changed to protected in TYPO3 v10.0.
➊ Accessing $parentObject->modTSconfig[...] in file EXT:cs_seo/Classes/Hook/PageHook.php results in the following exception in the backend when opening a page:
➋ Accessing $parentObject->current_sys_language in file EXT:cs_seo/Classes/Hook/PageHook.php results in the following exception in the backend when opening a page:
The public properties
$modTSconfig
and$current_sys_language
ofPageLayoutController
are marked deprecated and their visibility has been changed to protected in TYPO3 v10.0.➊ Accessing
$parentObject->modTSconfig[...]
in fileEXT:cs_seo/Classes/Hook/PageHook.php
results in the following exception in the backend when opening a page:➋ Accessing
$parentObject->current_sys_language
in fileEXT:cs_seo/Classes/Hook/PageHook.php
results in the following exception in the backend when opening a page:See forge ticket 84375 and review 57329.