Skip to content

Commit

Permalink
Deprecated ExtendedModFunc
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Nov 9, 2023
1 parent 4743cb0 commit 35e844b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/Backend/Module/ExtendedModFunc.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@

/**
* ModFunc mit SubSelector und SubMenu.
*
* @deprecated Since TYPO3 12 use BaseModFunc instead. If you need tabbed sub-submodules this can be done
* with the new ModFuncFrame which is used by BaseModFunc automatically.
*/
abstract class ExtendedModFunc implements IModFunc
{
Expand Down

0 comments on commit 35e844b

Please sign in to comment.