Skip to content
Snippets Groups Projects
Commit df81e5c3 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Oliver Bartsch
Browse files

[TASK] Replace localization methods in `PageLayoutController`

The class `PageLayoutController` has some custom methods to fetch data
of localized pages:

* `getLocalizedPageRecord()`
* `getLocalizedPageTitle()`

The same data can be retrieved using the standardized method
`PageRepository->getPageOverlay()`, which replaces the aforementioned
methods.

Resolves: #99613
Releases: main, 11.5
Change-Id: I06a374411b34211ed45d57f30d142ead7c7e6fba
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77620


Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 9f9fcff1
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment