mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Create event for network_to_name hook
This commit is contained in:
parent
caef97752a
commit
3295b9055f
4 changed files with 12 additions and 1 deletions
|
@ -32,6 +32,8 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const PHOTO_UPLOAD_FORM = 'friendica.data.photo_upload_form';
|
||||
|
||||
public const NETWORK_TO_NAME = 'friendica.data.network_to_name';
|
||||
|
||||
private array $array;
|
||||
|
||||
public function __construct(string $name, array $array)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue