Skip to content
Snippets Groups Projects
Commit e1512079 authored by linawolf's avatar linawolf Committed by Anja Leichsenring
Browse files

[BUGFIX] Mention new TypoScriptService namespace

This explains where `TypoScriptService` was moved to.

In order to ease the migration the documentation now
mentions the full class name.

Releases: master, 9.5, 8.7
Resolves: #88868
Change-Id: Id83c83e3932fdea6a29127c1de6bee9320fa9110
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61396


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarJörg Bösche <typo3@joergboesche.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarJörg Bösche <typo3@joergboesche.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 7996263c
Branches
Tags
No related merge requests found
......@@ -12,7 +12,8 @@ Description
The PHP class :php:`TypoScriptService` has been moved to the core extension, as it has no direct link
to Extbase, and a lot of other system extensions are using the class.
The old class name is still registered as a class alias, so extensions can call the class via
the Extbase PHP namespace in TYPO3 v8 without any downsides.
The old class name :php:`TYPO3\CMS\Extbase\Service\TypoScriptService` is registered as a class alias
for the new class name :php:`TYPO3\CMS\Core\TypoScript\TypoScriptService`, so extensions can call the
class via the Extbase PHP namespace in TYPO3 v8 without any downsides.
.. index:: PHP-API, ext:extbase, TypoScript
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