wiki.techinc.nl/includes/content/Transform
Roman Stolar 42442e01ff Move Content::preloadTransform to ContentHandler
Update ContentTransformer to access ContentHandler::preLoadTransform through the service.
Prepare object to hold a data that required for ContentHandler::preLoadTranform params.

This is a fully backwards compatible change.
We are doing hard deprecation via MWDebug::detectDeprecatedOverride.

However, with the ContentHandler calling Content and
Content calling ContentHandler, it doesn't matter whether
callers use Content or ContentHandler. This will allow us
to naturally convert all callers.

Bug: T287157
Change-Id: I89537e1e7d24c6e15252b2b51890a0bd81ea3e6b
2021-08-17 15:17:34 +00:00
..
ContentTransformer.php Move Content::preloadTransform to ContentHandler 2021-08-17 15:17:34 +00:00
PreloadTransformParams.php Move Content::preloadTransform to ContentHandler 2021-08-17 15:17:34 +00:00
PreloadTransformParamsValue.php Move Content::preloadTransform to ContentHandler 2021-08-17 15:17:34 +00:00
PreSaveTransformParams.php
PreSaveTransformParamsValue.php