‪TYPO3CMS  9.5
ClassAliasMap.php
Go to the documentation of this file.
1 <?php
2 return [
3  'TYPO3\\CMS\\T3editor\\CodeCompletion' => \TYPO3\CMS\T3editor\Controller\CodeCompletionController::class,
4  'TYPO3\\CMS\\T3editor\\TypoScriptReferenceLoader' => \TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::class,
5 ];