Skip to content

Commit 35ae466

Browse files
authored
[FEATURE] Link to the TYPO3 API (#678)
With this change you can link to any class etc on the phpapi: ``` * :api-class:`\TYPO3\CMS\Extbase\Routing\ExtbasePluginEnhancer` * :api-class:`In main <api-dev:\TYPO3\CMS\Extbase\Routing\ExtbasePluginEnhancer>` * :api-class:`In 11.5 <api-11:\TYPO3\CMS\Extbase\Routing\ExtbasePluginEnhancer> * :api-class:`\TYPO3\CMS\Core\EventDispatcher\EventDispatcher <api:\TYPO3\CMS\Core\EventDispatcher\EventDispatcher>` ```
1 parent 27ea0b9 commit 35ae466

File tree

6 files changed

+144
-67
lines changed

6 files changed

+144
-67
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. include:: /Includes.rst.txt
2+
.. _api:
3+
4+
=========
5+
TYPO3 API
6+
=========
7+
8+
* :api-class:`\TYPO3\CMS\Extbase\Routing\ExtbasePluginEnhancer`
9+
* :api-class:`In main <api-dev:\TYPO3\CMS\Extbase\Routing\ExtbasePluginEnhancer>`
10+
* :api-class:`In 11.5 <api-11:\TYPO3\CMS\Extbase\Routing\ExtbasePluginEnhancer>
11+
* :api-class:`\TYPO3\CMS\Core\EventDispatcher\EventDispatcher <api:\TYPO3\CMS\Core\EventDispatcher\EventDispatcher>`

0 commit comments

Comments
 (0)