You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.x/generated/Hooks.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2634,7 +2634,7 @@ Usages:
2634
2634
2635
2635
### ScheduledReports.allowMultipleReports
2636
2636
2637
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [958](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L958)*
2637
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [963](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L963)*
2638
2638
2639
2639
Triggered when we're determining if a scheduled report transport medium can
2640
2640
handle sending multiple Matomo reports in one scheduled report or not. Plugins that provide their own transport mediums should use this
@@ -2657,7 +2657,7 @@ Usages:
2657
2657
2658
2658
### ScheduledReports.getRendererInstance
2659
2659
2660
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [553](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L553)*
2660
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [556](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L556)*
2661
2661
2662
2662
Triggered when obtaining a renderer instance based on the scheduled report output format. Plugins that provide new scheduled report output formats should use this event to
2663
2663
handle their new report formats.
@@ -2684,7 +2684,7 @@ Usages:
2684
2684
2685
2685
### ScheduledReports.getReportFormats
2686
2686
2687
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [1005](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L1005)*
2687
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [1010](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L1010)*
2688
2688
2689
2689
Triggered when gathering all available scheduled report formats. Plugins that provide their own scheduled report format should use
2690
2690
this event to make their format available.
@@ -2706,7 +2706,7 @@ Usages:
2706
2706
2707
2707
### ScheduledReports.getReportMetadata
2708
2708
2709
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [930](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L930)*
2709
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [935](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L935)*
2710
2710
2711
2711
TODO: change this event so it returns a list of API methods instead of report metadata arrays. Triggered when gathering the list of Matomo reports that can be used with a certain
2712
2712
transport medium.
@@ -2732,7 +2732,7 @@ Usages:
2732
2732
2733
2733
### ScheduledReports.getReportParameters
2734
2734
2735
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [760](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L760)*
2735
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [765](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L765)*
2736
2736
2737
2737
Triggered when gathering the available parameters for a scheduled report type. Plugins that provide their own scheduled report transport mediums should use this
2738
2738
event to list the available report parameters for their transport medium.
@@ -2754,7 +2754,7 @@ Usages:
2754
2754
2755
2755
### ScheduledReports.getReportRecipients
2756
2756
2757
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [1036](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L1036)*
2757
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [1041](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L1041)*
2758
2758
2759
2759
Triggered when getting the list of recipients of a scheduled report. Plugins that provide their own scheduled report transport medium should use this event
2760
2760
to extract the list of recipients their backend's specific scheduled report
@@ -2781,7 +2781,7 @@ Usages:
2781
2781
2782
2782
### ScheduledReports.getReportTypes
2783
2783
2784
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [981](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L981)*
2784
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [986](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L986)*
2785
2785
2786
2786
Triggered when gathering all available transport mediums. Plugins that provide their own transport mediums should use this
2787
2787
event to make their medium available.
@@ -2799,7 +2799,7 @@ Usages:
2799
2799
2800
2800
### ScheduledReports.processReports
2801
2801
2802
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [531](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L531)*
2802
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [534](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L534)*
2803
2803
2804
2804
Triggered when generating the content of scheduled reports. This event can be used to modify the report data or report metadata of one or more reports
2805
2805
in a scheduled report, before the scheduled report is rendered and delivered.
@@ -2828,7 +2828,7 @@ Usages:
2828
2828
2829
2829
### ScheduledReports.sendReport
2830
2830
2831
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [695](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L695)*
2831
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [699](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L699)*
2832
2832
2833
2833
Triggered when sending scheduled reports. Plugins that provide new scheduled report transport mediums should use this event to
2834
2834
send the scheduled report.
@@ -2871,7 +2871,7 @@ Usages:
2871
2871
2872
2872
### ScheduledReports.validateReportParameters
2873
2873
2874
-
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [787](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L787)*
2874
+
*Defined in [Piwik/Plugins/ScheduledReports/API](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php) in line [792](https://github.com/matomo-org/matomo/blob/4.x-dev/plugins/ScheduledReports/API.php#L792)*
2875
2875
2876
2876
Triggered when validating the parameters for a scheduled report. Plugins that provide their own scheduled reports backend should use this
2877
2877
event to validate the custom parameters defined with ScheduledReports::getReportParameters().
0 commit comments