Skip to content

Commit

Permalink
updated plugins API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwik Docs committed Nov 25, 2024
1 parent 106bca0 commit 5950779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/5.x/generated/Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ Callback Signature:

### Config.NoConfigurationFile

*Defined in [Piwik/Application/Kernel/EnvironmentValidator](https://github.com/matomo-org/matomo/blob/5.x-dev/core/Application/Kernel/EnvironmentValidator.php) in line [111](https://github.com/matomo-org/matomo/blob/5.x-dev/core/Application/Kernel/EnvironmentValidator.php#L111)*
*Defined in [Piwik/Application/Kernel/EnvironmentValidator](https://github.com/matomo-org/matomo/blob/5.x-dev/core/Application/Kernel/EnvironmentValidator.php) in line [116](https://github.com/matomo-org/matomo/blob/5.x-dev/core/Application/Kernel/EnvironmentValidator.php#L116)*

Triggered when the configuration file cannot be found or read, which usually
means Piwik is not installed yet. This event can be used to start the installation process or to display a custom error message.
Expand Down Expand Up @@ -1548,7 +1548,7 @@ Usages:

### Installation.defaultSettingsForm.init

*Defined in [Piwik/Plugins/Installation/Controller](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php) in line [437](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php#L437)*
*Defined in [Piwik/Plugins/Installation/Controller](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php) in line [443](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php#L443)*

Triggered on initialization of the form to customize default Matomo settings (at the end of the installation process).

Expand All @@ -1564,7 +1564,7 @@ Usages:

### Installation.defaultSettingsForm.submit

*Defined in [Piwik/Plugins/Installation/Controller](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php) in line [448](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php#L448)*
*Defined in [Piwik/Plugins/Installation/Controller](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php) in line [454](https://github.com/matomo-org/matomo/blob/5.x-dev/plugins/Installation/Controller.php#L454)*

Triggered on submission of the form to customize default Matomo settings (at the end of the installation process).

Expand Down

0 comments on commit 5950779

Please sign in to comment.