TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,38 @@
.. include:: /Includes.rst.txt
.. _breaking-77391:
===============================================
Breaking: #77391 - DataHandler method protected
===============================================
See :issue:`77391`
Description
===========
Method :php:`doesRecordExist_pageLookUp()` of class :php:`DataHandler` has been
changed from public access to protected access and the returned object changed to an
instance of :php:`QueryBuilder`.
Impact
======
Calling the method will trigger a fatal PHP error.
Affected Installations
======================
Extensions that use method :php:`doesRecordExist_pageLookUp()`. This is very unlikely
since the method is mostly only useful for core internal handling.
Migration
=========
No migration possible, remove the method call.
.. index:: PHP-API, Backend