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,20 @@
.. include:: /Includes.rst.txt
.. _feature-59646:
================================================
Feature: #59646 - Add TSFE property $requestedId
================================================
See :issue:`59646`
Description
===========
A new property within the main TypoScriptFrontendController for the frontend called $requestedId stores
the information about the page ID which is set before the page ID processing and resolving.
It is accessible via `$TSFE->getRequestedId()`. Also see `$TSFE->fetch_the_id()` method.
.. index:: PHP-API, Frontend