-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regenerate hooks list documentations
- Loading branch information
Showing
759 changed files
with
20,608 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
modules/concepts/hooks/list-of-hooks/actionAddressGridDataModifier.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAddressGridDataModifier | ||
hidden: true | ||
hookTitle: 'Modify address grid data' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook allows to modify address grid data' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
modules/concepts/hooks/list-of-hooks/actionAddressGridDefinitionModifier.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAddressGridDefinitionModifier | ||
hidden: true | ||
hookTitle: 'Modify address grid definition' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook allows to alter address grid columns, actions and filters' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
modules/concepts/hooks/list-of-hooks/actionAddressGridFilterFormModifier.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAddressGridFilterFormModifier | ||
hidden: true | ||
hookTitle: 'Modify address grid filters' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook allows to modify filters for address grid' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
modules/concepts/hooks/list-of-hooks/actionAddressGridPresenterModifier.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAddressGridPresenterModifier | ||
hidden: true | ||
hookTitle: 'Modify address grid template data' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook allows to modify data which is about to be used in template for address grid' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
modules/concepts/hooks/list-of-hooks/actionAddressGridQueryBuilderModifier.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAddressGridQueryBuilderModifier | ||
hidden: true | ||
hookTitle: 'Modify address grid query builder' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook allows to alter Doctrine query builder for address grid' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
modules/concepts/hooks/list-of-hooks/actionAdminAPIForm.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAPIForm | ||
hidden: true | ||
hookTitle: 'Modify admin api options form content' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook allows to modify admin api options form FormBuilder' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
modules/concepts/hooks/list-of-hooks/actionAdminAPISave.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAPISave | ||
hidden: true | ||
hookTitle: 'Modify admin api options form saved data' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook allows to modify data of admin api options form after it was saved' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
...s/hooks/list-of-hooks/actionAdminAdminPreferencesControllerPostProcessBefore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAdminPreferencesControllerPostProcessBefore | ||
hidden: true | ||
hookTitle: 'On post-process in Admin Preferences' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook is called on Admin Preferences post-process before processing the form' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
...ks/list-of-hooks/actionAdminAdministrationControllerPostProcessGeneralBefore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAdministrationControllerPostProcessGeneralBefore | ||
hidden: true | ||
hookTitle: 'On post-process in Admin Configure Advanced Parameters Administration Controller' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the General form' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
...t-of-hooks/actionAdminAdministrationControllerPostProcessNotificationsBefore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAdministrationControllerPostProcessNotificationsBefore | ||
hidden: true | ||
hookTitle: 'On post-process in Admin Configure Advanced Parameters Administration Controller' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Notifications form' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
...ist-of-hooks/actionAdminAdministrationControllerPostProcessUploadQuotaBefore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAdministrationControllerPostProcessUploadQuotaBefore | ||
hidden: true | ||
hookTitle: 'On post-process in Admin Configure Advanced Parameters Administration Controller' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Upload Quota form' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
...s/actionAdminAdvancedParametersPerformanceControllerPostProcessCachingBefore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAdvancedParametersPerformanceControllerPostProcessCachingBefore | ||
hidden: true | ||
hookTitle: 'On post-process in Admin Configure Advanced Parameters Performance Controller' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Caching form' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
...AdvancedParametersPerformanceControllerPostProcessCombineCompressCacheBefore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAdvancedParametersPerformanceControllerPostProcessCombineCompressCacheBefore | ||
hidden: true | ||
hookTitle: 'On post-process in Admin Configure Advanced Parameters Performance Controller' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Combine Compress Cache form' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
27 changes: 27 additions & 0 deletions
27
...actionAdminAdvancedParametersPerformanceControllerPostProcessDebugModeBefore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Title: actionAdminAdvancedParametersPerformanceControllerPostProcessDebugModeBefore | ||
hidden: true | ||
hookTitle: 'On post-process in Admin Configure Advanced Parameters Performance Controller' | ||
files: | ||
- | ||
url: 'https://github.com/PrestaShop/PrestaShop/blob/9.0.x/' | ||
file: | ||
locations: | ||
- 'back office' | ||
type: action | ||
hookAliases: | ||
array_return: false | ||
check_exceptions: false | ||
chain: false | ||
origin: core | ||
description: 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Debug Mode form' | ||
|
||
--- | ||
|
||
{{% hookDescriptor %}} | ||
|
||
## Call of the Hook in the origin file | ||
|
||
```php | ||
; | ||
``` |
Oops, something went wrong.