mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 18:04:27 +02:00
Deprecate Addon::DIRECTORY in favor of AddonHelper::getAddonPath()
This commit is contained in:
parent
9f086c40e4
commit
4c71ac643d
4 changed files with 30 additions and 0 deletions
|
@ -14,6 +14,13 @@ namespace Friendica\Core\Addon;
|
|||
*/
|
||||
interface AddonHelper
|
||||
{
|
||||
/**
|
||||
* Returns the absolute path to the addon folder
|
||||
*
|
||||
* e.g. `/var/www/html/addon`
|
||||
*/
|
||||
public function getAddonPath(): string;
|
||||
|
||||
/**
|
||||
* Returns the list of available addons with their current status and info.
|
||||
* This list is made from scanning the addon/ folder.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue