Skip to content
Snippets Groups Projects
Commit 1b1dc512 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Allow f:link.action and f:uri.action without Extbase

This change uses the core LinkFactory (FE) for creating
links in f:link.action and f:uri.action when not executed
in an Extbase context in order to avoid booting up Extbase.

To operate in without Extbase context all Extbase related
arguments are required to be passed as there is no
fallback for determination based on Extbase configuration.

Note: This change uses the same boilerplate approach as #98474.
The intention is to replace that with an universally usable
Extbase URI builder in TYPO3 v13.

Resolves: #101729
Related: #100758
Related: #98474
Releases: main, 12.4
Change-Id: Ib5c27c46e9420947c0347c05c299cd67badb52ce
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80037


Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 1ef77286
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment