Skip to content

Commit

Permalink
regenerate hooks list documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
tleon committed Jan 8, 2025
1 parent 76f6293 commit c493f63
Show file tree
Hide file tree
Showing 759 changed files with 20,608 additions and 0 deletions.
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
;
```
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
;
```
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
;
```
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
;
```
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 modules/concepts/hooks/list-of-hooks/actionAdminAPIForm.md
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 modules/concepts/hooks/list-of-hooks/actionAdminAPISave.md
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
;
```
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
;
```
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
;
```
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
;
```
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
;
```
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
;
```
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
;
```
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
;
```
Loading

0 comments on commit c493f63

Please sign in to comment.