Skip to content

Commit

Permalink
document missing hook
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Feb 20, 2024
1 parent 99c2ad1 commit d6b3652
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ A collection of enhancements for the contao calendar module.

### Hooks

Name | Arguments | Expected return value | Description
---------- | ---------- | ---------- | ---------
addEventDetailsToTemplate | $objTemplate, $arrEvent, $objModule | void | manipulate the template data to enable modal use
| Name | Arguments | Expected return value | Description |
|---------------------------|-------------------------------------|-----------------------|--------------------------------------------------|
| addEventDetailsToTemplate | $objTemplate, $arrEvent, $objModule | void | manipulate the template data to enable modal use |
| loadDCEventFilterForm | array $arrDca | void | Adjust filter dca |

0 comments on commit d6b3652

Please sign in to comment.