Breaking: #77391 - DataHandler method protected

See forge#77391

Description

Method doesRecordExist_pageLookUp() of class DataHandler has been changed from public access to protected access and the returned object changed to an instance of QueryBuilder.

Impact

Calling the method will trigger a fatal PHP error.

Affected Installations

Extensions that use method 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.