mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create events for networt_tabs and network_content_init hooks
This commit is contained in:
parent
584e7e05b0
commit
a34a93c0b9
5 changed files with 78 additions and 9 deletions
|
@ -58,6 +58,10 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const NETWORK_TO_NAME = 'friendica.data.network_to_name';
|
||||
|
||||
public const NETWORK_CONTENT_START = 'friendica.data.network_content_start';
|
||||
|
||||
public const NETWORK_CONTENT_TABS = 'friendica.data.network_content_tabs';
|
||||
|
||||
public const PARSE_LINK = 'friendica.data.parse_link';
|
||||
|
||||
public const CONVERSATION_START = 'friendica.data.conversation_start';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue