mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Create AddonHelper::getEnabledAddonsWithAdminSettings()
This commit is contained in:
parent
a678f41ca7
commit
fda70f3fe3
4 changed files with 27 additions and 9 deletions
|
@ -66,6 +66,8 @@ class Addon
|
|||
* Returns a list of addons that can be configured at the node level.
|
||||
* The list is formatted for display in the admin panel aside.
|
||||
*
|
||||
* @deprecated 2025.02 Use `Friendica\Core\Addon\AddonHelper::getEnabledAddonsWithAdminSettings()` instead
|
||||
*
|
||||
* @return array
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue