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,41 @@
.. include:: /Includes.rst.txt
.. _feature-54518:
===================================================
Feature: #54518 - Provide TSconfig to link checkers
===================================================
See :issue:`54518`
Description
===========
The active TSconfig of the linkvalidator is stored in the LinkAnalyzer and made
publicly available to the link checkers.
The TSconfig is read either from the currently active TSconfig in the Backend
when the linkvalidator is used in the info module or from the configuration
provided in the linkvalidator scheduler task.
This allows passing configuration to the different link checkers.
Usage:
.. code-block:: typoscript
# The configuration in mod.linkvalidator can be read by the link checkers.
mod.linkvalidator.mychecker.myvar = 1
..
Impact
======
The method signature of `\TYPO3\CMS\Linkvalidator::LinkAnalyzer::init()` is changed. A new parameter has been added
for submitting the current TSconfig. This can break third party code that extends this method.
.. index:: TSConfig, Backend, ext:linkvalidator