Skip to content
Snippets Groups Projects
Commit 3dc97cfd authored by Daniel Goerz's avatar Daniel Goerz Committed by Anja Leichsenring
Browse files

[TASK] Deprecate last arguments of wrapClickMenuOnIcon()

BackendUtility::wrapClickMenuOnIcon() has a boolean flag
to let the method return an array with tag parameters
instead of a fully build HTML tag as string.

As this are two completely different things and cause
problems when analysing return types it should not be
done in the same method.

Calling BackendUtility::wrapClickMenuOnIcon() with the
7th and last argument $returnTagParameters set to true
has been deprecated alongside the 5th and 6th arguments
that are already unused.

Resolves: #92583
Releases: master
Change-Id: Ia536aa3a52085e4ebe7956997b505047340102e7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66161


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent ee7667f5
Branches
Tags
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